|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.generationjava.collections.OrderedSet
An implementation of Set that guarentees ordering remains constant.
| Constructor Summary | |
OrderedSet()
Deprecated. |
|
OrderedSet(Collection c)
Deprecated. |
|
OrderedSet(List list)
Deprecated. Create using the given List as the internal storage method. |
|
| Method Summary | |
boolean |
add(Object obj)
Deprecated. |
boolean |
addAll(Collection c)
Deprecated. |
void |
clear()
Deprecated. |
boolean |
contains(Object obj)
Deprecated. |
boolean |
containsAll(Collection c)
Deprecated. |
boolean |
equals(Object obj)
Deprecated. |
int |
hashCode()
Deprecated. |
boolean |
isEmpty()
Deprecated. |
Iterator |
iterator()
Deprecated. |
boolean |
remove(Object obj)
Deprecated. |
boolean |
removeAll(Collection c)
Deprecated. |
boolean |
retainAll(Collection c)
Deprecated. |
int |
size()
Deprecated. |
Object[] |
toArray()
Deprecated. |
Object[] |
toArray(Object[] arr)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OrderedSet()
public OrderedSet(Collection c)
public OrderedSet(List list)
| Method Detail |
public boolean add(Object obj)
add in interface Setpublic boolean addAll(Collection c)
addAll in interface Setpublic void clear()
clear in interface Setpublic boolean contains(Object obj)
contains in interface Setpublic boolean containsAll(Collection c)
containsAll in interface Setpublic boolean equals(Object obj)
equals in interface Setpublic int hashCode()
hashCode in interface Setpublic boolean isEmpty()
isEmpty in interface Setpublic Iterator iterator()
iterator in interface Setpublic boolean remove(Object obj)
remove in interface Setpublic boolean removeAll(Collection c)
removeAll in interface Setpublic boolean retainAll(Collection c)
retainAll in interface Setpublic int size()
size in interface Setpublic Object[] toArray()
toArray in interface Setpublic Object[] toArray(Object[] arr)
toArray in interface Set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||