|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.database.fastobjectdb.db.BackwardUniqueIndexIterator
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 end and enumerate backward
Method Summary | |
boolean |
hasPrev()
|
void |
initCurrentNode(java.lang.Object indexKey)
|
java.lang.Object |
prev()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean hasPrev() throws FODBException
FODBException
public java.lang.Object prev() throws FODBException
FODBException
public void initCurrentNode(java.lang.Object indexKey) throws FODBException
FODBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |