|
ozone 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.DxAbstractBag
Constructor Summary | |
DxAbstractBag()
|
Method Summary | |
boolean |
add(java.lang.Object obj)
|
boolean |
addBack(java.lang.Object obj)
|
boolean |
equals(java.lang.Object obj)
Compares two bags for equality. |
Methods inherited from class org.ozoneDB.DxLib.DxAbstractCollection |
addAll, addAll, clone, contains, containsAll, readExternal, remove, removeAll, toArray, valueClone, writeExternal |
Methods inherited from class org.ozoneDB.DxLib.DxObject |
clone, isLess |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ozoneDB.DxLib.DxBag |
addFront |
Methods inherited from interface org.ozoneDB.DxLib.DxCollection |
addAll, addAll, clear, clone, contains, containsAll, count, isEmpty, iterator, remove, removeAll, toArray, valueClone |
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible |
isLess |
Constructor Detail |
public DxAbstractBag()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in interface DxCompatible
equals
in class DxAbstractCollection
public boolean add(java.lang.Object obj)
add
in interface DxCollection
public boolean addBack(java.lang.Object obj)
addBack
in interface DxBag
|
ozone API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |