|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.database.fastobjectdb.db.ForwardUniqueIndexIterator
Use to enumerate an index without to loading in memory all index key or referenced object. Only the current object is loaded. Start at the beginning and enumerate forward.
Method Summary | |
boolean |
hasNext()
|
void |
initCurrentNode(java.lang.Object indexKey)
|
java.lang.Object |
next()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void initCurrentNode(java.lang.Object indexKey) throws FODBException
FODBException
public boolean hasNext() throws FODBException
FODBException
public java.lang.Object next() throws FODBException
FODBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |