当前页面:
在线文档首页 >
JBoss 3.2.7 jaxrpc API Documentation 英文版文档
LinkedHashMap.OrderedSet (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档
org.apache.axis.utils
Class LinkedHashMap.OrderedSet
java.lang.Object
org.apache.axis.utils.LinkedHashMap.OrderedSet
- All Implemented Interfaces:
- Collection, Set
- Enclosing class:
- LinkedHashMap
- public class LinkedHashMap.OrderedSet
- extends Object
- implements Set
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkedHashMap.OrderedSet
public LinkedHashMap.OrderedSet()
size
public int size()
- Specified by:
size
in interface Set
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Set
contains
public boolean contains(Object o)
- Specified by:
contains
in interface Set
iterator
public Iterator iterator()
- Specified by:
iterator
in interface Set
toArray
public Object[] toArray()
- Specified by:
toArray
in interface Set
toArray
public Object[] toArray(Object[] a)
- Specified by:
toArray
in interface Set
add
public boolean add(Object o)
- Specified by:
add
in interface Set
remove
public boolean remove(Object o)
- Specified by:
remove
in interface Set
containsAll
public boolean containsAll(Collection c)
- Specified by:
containsAll
in interface Set
addAll
public boolean addAll(Collection c)
- Specified by:
addAll
in interface Set
retainAll
public boolean retainAll(Collection c)
- Specified by:
retainAll
in interface Set
removeAll
public boolean removeAll(Collection c)
- Specified by:
removeAll
in interface Set
clear
public void clear()
- Specified by:
clear
in interface Set
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.