|
|||||||||||
| 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.lyophil.collection.AbstractHashSetOfFreezables
|
+--net.walend.lyophil.collection.HashSetOfFreezables
| Nested Class Summary |
| Nested classes inherited from class net.walend.lyophil.collection.AbstractHashSetOfFreezables |
|
| Field Summary |
| Fields inherited from class net.walend.collection.AbstractHashSet |
|
| Fields inherited from interface net.walend.lyophil.collection.SetOfFreezables |
EMPTY |
| Constructor Summary | |
HashSetOfFreezables(Collection c)
Constructs a new set containing the elements in the specified collection. |
|
HashSetOfFreezables(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 Objects in this collection. |
| Methods inherited from class net.walend.lyophil.collection.AbstractHashSetOfFreezables |
add, addAllIdentifiedBy, addIdentifiedBy, containsAllIdentifiedBy, containsIdentifiedBy, freezableIterator, getFreezableForID, getFreezer, getIdentifiers, identifierIterator, removeAllIdentifiedBy, removeIdentifiedBy, retainAllIdentifiedBy |
| Methods inherited from class net.walend.collection.AbstractHashSet |
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 |
| Methods inherited from interface net.walend.collection.Collection |
contains, containsAll, getIdentitor, getJavaCollection, isEmpty, sameContentsAs, size |
| Methods inherited from interface net.walend.collection.HasState |
getPrincipleInterface, sameStateAs |
| Methods inherited from interface net.walend.collection.Set |
getJavaSet |
| Constructor Detail |
public HashSetOfFreezables(Collection c)
c - the collection whose elements are to be placed into this set.public HashSetOfFreezables(java.util.Collection c)
c - the collection whose elements are to be placed into this set.| Method Detail |
public java.util.Iterator iterator()
Collection
iterator in interface Collectioniterator in class AbstractHashSetnet.walend.collection.AbstractHashSetConcurrentModificationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||