|
ozone core 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.DxAbstractIterator
Field Summary | |
(package private) boolean |
atFirstObject
|
(package private) boolean |
objectRemoved
|
(package private) static long |
serialVersionUID
|
Constructor Summary | |
DxAbstractIterator()
|
Method Summary | |
java.lang.Object |
key()
It is not a good idea to declare this abstract because some sub-classes do not know how to implement this method. |
Methods inherited from class org.ozoneDB.DxLib.DxObject |
clone, isLess |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ozoneDB.DxLib.DxIterator |
next, object, removeObject, reset |
Methods inherited from interface org.ozoneDB.DxLib.DxCompatible |
clone, equals, isLess |
Field Detail |
static final long serialVersionUID
boolean atFirstObject
boolean objectRemoved
Constructor Detail |
public DxAbstractIterator()
Method Detail |
public java.lang.Object key()
key
in interface DxIterator
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |