|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.DxLib.DxObject
org.ozoneDB.DxLib.DxAbstractCollection
org.ozoneDB.DxLib.DxAbstractSet
org.ozoneDB.DxLib.DxHashSet
Field Summary | |
protected java.util.Hashtable |
ht
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
DxHashSet()
|
|
DxHashSet(int initSize)
|
Method Summary | |
boolean |
add(java.lang.Object obj)
|
void |
clear()
|
java.lang.Object |
clone()
liefert eine kopie des objektes; sollte von subclasses ueberschrieben werden; |
boolean |
contains(java.lang.Object obj)
Returns true is this collection contains an object that equals to the specified object. |
int |
count()
|
java.util.Hashtable |
internalHashtable()
|
boolean |
isEmpty()
|
DxIterator |
iterator()
|
boolean |
remove(java.lang.Object obj)
Remove the first occurence of an object that equals the the specified object. |
java.lang.String |
toString()
|
Methods inherited from class org.ozoneDB.DxLib.DxAbstractSet |
equals, retainAll |
Methods inherited from class org.ozoneDB.DxLib.DxAbstractCollection |
addAll, addAll, clone, containsAll, readExternal, removeAll, toArray, valueClone, writeExternal |
Methods inherited from class org.ozoneDB.DxLib.DxObject |
isLess |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ozoneDB.DxLib.DxCollection |
addAll, addAll, containsAll, removeAll, toArray, valueClone |
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible |
equals, isLess |
Field Detail |
static final long serialVersionUID
protected java.util.Hashtable ht
Constructor Detail |
public DxHashSet()
public DxHashSet(int initSize)
Method Detail |
public java.lang.Object clone()
DxObject
clone
in interface DxCollection
clone
in class DxObject
public boolean add(java.lang.Object obj)
add
in interface DxCollection
public boolean remove(java.lang.Object obj)
DxAbstractCollection
remove
in interface DxCollection
remove
in class DxAbstractCollection
public boolean contains(java.lang.Object obj)
DxAbstractCollection
contains
in interface DxCollection
contains
in class DxAbstractCollection
public DxIterator iterator()
iterator
in interface DxCollection
public int count()
count
in interface DxCollection
public boolean isEmpty()
isEmpty
in interface DxCollection
public void clear()
clear
in interface DxCollection
public java.util.Hashtable internalHashtable()
internalHashtable
in interface DxHashCollection
public java.lang.String toString()
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |