org.garret.perst
Interface PersistentIterator


public interface PersistentIterator

Interface implemented by all Perst iterators allowing to get OID of the current object


Method Summary
 int nextOid()
          Get OID of the next object
 

Method Detail

nextOid

int nextOid()
Get OID of the next object

Returns:
OID of the the next element in the iteration.
Throws:
NoSuchElementException - iteration has no more objects.