|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.walend.lyophil.collection.AbstractFreezerHashSet | +--net.walend.lyophil.collection.FreezerHashSet
Nested Class Summary |
Nested classes inherited from class net.walend.lyophil.collection.AbstractFreezerHashSet |
|
Field Summary |
Fields inherited from class net.walend.lyophil.collection.AbstractFreezerHashSet |
serialVersionUID |
Fields inherited from interface net.walend.lyophil.collection.SetOfFreezables |
EMPTY |
Constructor Summary | |
FreezerHashSet(Collection c)
Constructs a new set containing the elements in the specified collection. |
|
FreezerHashSet(java.util.Collection c)
Constructs a new set containing the elements in the specified java.util.Collection. |
Method Summary | |
java.util.Iterator |
iterator()
Returns an iterator over the elements in this set. |
Methods inherited from class net.walend.lyophil.collection.AbstractFreezerHashSet |
add, addAll, addAllIdentifiedBy, addIdentifiedBy, clear, contains, containsAll, containsAllIdentifiedBy, containsIdentifiedBy, freezableIterator, getFreezableForID, getFreezer, getIdentifiers, getIdentitor, getJavaCollection, getJavaSet, getPrincipleInterface, identifierIterator, isEmpty, remove, removeAll, removeAllIdentifiedBy, removeIdentifiedBy, retainAll, retainAllIdentifiedBy, sameContentsAs, sameStateAs, size, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FreezerHashSet(Collection c)
c
- the collection whose elements are to be placed into this set.public FreezerHashSet(java.util.Collection c)
c
- the collection whose elements are to be placed into this set.Method Detail |
public java.util.Iterator iterator()
AbstractFreezerHashSet
iterator
in interface Collection
iterator
in class AbstractFreezerHashSet
net.walend.lyophil.collection.AbstractFreezerHashSet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |