|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.walend.collection.AbstractHashSet | +--net.walend.collection.HashSet
This implementation of Set is built on top of a Map.
Field Summary |
Fields inherited from class net.walend.collection.AbstractHashSet |
serialVersionUID |
Fields inherited from interface net.walend.collection.Set |
EMPTY |
Constructor Summary | |
HashSet(Collection collection)
|
|
HashSet(java.util.Collection collection)
|
Method Summary | |
java.util.Iterator |
iterator()
Returns an iterator over the elements in this set. |
Methods inherited from class net.walend.collection.AbstractHashSet |
add, addAll, clear, clone, contains, containsAll, getIdentitor, getJavaCollection, getJavaSet, getPrincipleInterface, isEmpty, remove, removeAll, retainAll, sameContentsAs, sameStateAs, size, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HashSet(Collection collection)
public HashSet(java.util.Collection collection)
Method Detail |
public java.util.Iterator iterator()
AbstractHashSet
iterator
in interface Collection
iterator
in class AbstractHashSet
net.walend.collection.AbstractHashSet
ConcurrentModificationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |