|
ozone API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ozoneDB.DxLib.DxObject | +--org.ozoneDB.DxLib.DxAbstractCollection
Common super class of all collection classes.
Constructor Summary | |
DxAbstractCollection()
|
Method Summary | |
boolean |
addAll(DxCollection coll)
|
boolean |
addAll(java.lang.Object[] objs)
|
java.lang.Object |
clone(DxCollection newInstance)
Construct the collection out of an array of objects. |
boolean |
contains(java.lang.Object obj)
Returns true is this collection contains an object that equals to the specified object. |
boolean |
containsAll(DxCollection coll)
|
boolean |
equals(java.lang.Object obj)
Compares two collections for equality. |
void |
readExternal(java.io.ObjectInput in)
|
boolean |
remove(java.lang.Object obj)
Remove the first occurence of an object that equals the the specified object. |
boolean |
removeAll(DxCollection coll)
|
java.lang.Object[] |
toArray()
|
DxCollection |
valueClone()
erzeugt einen clone der collection und der objekte; Achtung: alle objekte in der collection muessen DxCompatible sein |
void |
writeExternal(java.io.ObjectOutput out)
|
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.DxCollection |
add, clear, clone, count, isEmpty, iterator |
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible |
isLess |
Constructor Detail |
public DxAbstractCollection()
Method Detail |
public java.lang.Object clone(DxCollection newInstance)
public DxCollection valueClone()
valueClone
in interface DxCollection
public java.lang.Object[] toArray()
toArray
in interface DxCollection
public boolean equals(java.lang.Object obj)
equals
in interface DxCompatible
equals
in class java.lang.Object
public boolean addAll(DxCollection coll)
addAll
in interface DxCollection
public boolean addAll(java.lang.Object[] objs)
addAll
in interface DxCollection
public boolean remove(java.lang.Object obj)
remove
in interface DxCollection
public boolean removeAll(DxCollection coll)
removeAll
in interface DxCollection
public boolean contains(java.lang.Object obj)
contains
in interface DxCollection
public boolean containsAll(DxCollection coll)
containsAll
in interface DxCollection
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
ozone API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |