org.openmobileis.database.fastobjectdb.db
Class ForwardUniqueIndexIterator

java.lang.Object
  extended byorg.openmobileis.database.fastobjectdb.db.ForwardUniqueIndexIterator

public final class ForwardUniqueIndexIterator
extends java.lang.Object

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.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu

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

initCurrentNode

public void initCurrentNode(java.lang.Object indexKey)
                     throws FODBException
Throws:
FODBException

hasNext

public boolean hasNext()
                throws FODBException
Throws:
FODBException

next

public java.lang.Object next()
                      throws FODBException
Throws:
FODBException


Copyright 2006 OpenMobileIS. All Rights Reserved.