|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--ix.ileed.HashedSet
A set collector based on Hashtables. A HashSet can used to collect objects when (a) the same object might be added more than once, (b) no object should appear more than once in an enumeration of the collected elements, and (c) the order of objects in the element-enumeration doesn't matter.
Seq
,
LListCollector
, Serialized FormInner classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
HashedSet()
|
Method Summary | |
void |
addElement(java.lang.Object e)
|
java.lang.Object |
result()
|
Methods inherited from class java.util.Hashtable |
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HashedSet()
Method Detail |
public void addElement(java.lang.Object e)
addElement
in interface Collector
public java.lang.Object result()
result
in interface Collector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |