org.eyedb
Class AbstractIterator

java.lang.Object
  extended by org.eyedb.AbstractIterator
Direct Known Subclasses:
ClassIterator, CollectionIterator, OQLIterator

public abstract class AbstractIterator
extends java.lang.Object


Constructor Summary
AbstractIterator()
           
 
Method Summary
 Object nextObject()
           
 Object nextObject(RecMode rcm)
           
 Oid nextOid()
           
 Value nextValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIterator

public AbstractIterator()
Method Detail

nextValue

public Value nextValue()

nextOid

public Oid nextOid()

nextObject

public Object nextObject()
                  throws Exception
Throws:
Exception

nextObject

public Object nextObject(RecMode rcm)
                  throws Exception
Throws:
Exception