org.garret.perst
Interface PersistentIterator

All Superinterfaces:
java.util.Iterator

public interface PersistentIterator
extends java.util.Iterator

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


Method Summary
 int nextOid()
          Get OID of the next object
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextOid

public 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.