org.jafer.osid.provider
Class RecordIterator

java.lang.Object
  extended by org.jafer.osid.provider.RecordIterator
All Implemented Interfaces:
java.io.Serializable, org.osid.repository.RecordIterator

public class RecordIterator
extends java.lang.Object
implements org.osid.repository.RecordIterator

See Also:
Serialized Form

Field Summary
private  int i
           
private  java.util.Vector vector
           
 
Constructor Summary
RecordIterator(java.util.Vector vector)
           
 
Method Summary
 boolean hasNextRecord()
           
 org.osid.repository.Record nextRecord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

private java.util.Vector vector

i

private int i
Constructor Detail

RecordIterator

public RecordIterator(java.util.Vector vector)
               throws org.osid.repository.RepositoryException
Throws:
org.osid.repository.RepositoryException
Method Detail

hasNextRecord

public boolean hasNextRecord()
                      throws org.osid.repository.RepositoryException
Specified by:
hasNextRecord in interface org.osid.repository.RecordIterator
Throws:
org.osid.repository.RepositoryException

nextRecord

public org.osid.repository.Record nextRecord()
                                      throws org.osid.repository.RepositoryException
Specified by:
nextRecord in interface org.osid.repository.RecordIterator
Throws:
org.osid.repository.RepositoryException