org.eyedb
Class Iterator

java.lang.Object
  extended by org.eyedb.Iterator

public class Iterator
extends java.lang.Object


Constructor Summary
Iterator(Class cls)
           
Iterator(Collection coll)
           
Iterator(Collection coll, boolean index)
           
 
Method Summary
 int getCount()
           
 void scan(ObjectArray obj_array)
           
 void scan(ObjectArray obj_array, int count, int start)
           
 void scan(ObjectArray obj_array, int count, int start, RecMode rcm)
           
 void scan(ObjectArray obj_array, RecMode rcm)
           
 void scan(OidArray oid_array)
           
 void scan(OidArray oid_array, int count, int start)
           
 void scan(ValueArray value_array)
           
 void scan(ValueArray value_array, int count, int start)
           
 Object scanNextObj()
           
 Object scanNextObj(RecMode rcm)
           
 Oid scanNextOid()
           
 Value scanNextValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iterator

public Iterator(Class cls)
         throws Exception
Throws:
Exception

Iterator

public Iterator(Collection coll,
                boolean index)
         throws Exception
Throws:
Exception

Iterator

public Iterator(Collection coll)
         throws Exception
Throws:
Exception
Method Detail

getCount

public int getCount()

scanNextObj

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

scanNextObj

public Object scanNextObj()
                   throws Exception
Throws:
Exception

scanNextOid

public Oid scanNextOid()
                throws Exception
Throws:
Exception

scanNextValue

public Value scanNextValue()
                    throws Exception
Throws:
Exception

scan

public void scan(ValueArray value_array)
          throws Exception
Throws:
Exception

scan

public void scan(OidArray oid_array)
          throws Exception
Throws:
Exception

scan

public void scan(ObjectArray obj_array)
          throws Exception
Throws:
Exception

scan

public void scan(ObjectArray obj_array,
                 RecMode rcm)
          throws Exception
Throws:
Exception

scan

public void scan(ValueArray value_array,
                 int count,
                 int start)
          throws Exception
Throws:
Exception

scan

public void scan(OidArray oid_array,
                 int count,
                 int start)
          throws Exception
Throws:
Exception

scan

public void scan(ObjectArray obj_array,
                 int count,
                 int start)
          throws Exception
Throws:
Exception

scan

public void scan(ObjectArray obj_array,
                 int count,
                 int start,
                 RecMode rcm)
          throws Exception,
                 LoadObjectException
Throws:
Exception
LoadObjectException