org.jafer.osid
Class ObjectIterator

java.lang.Object
  extended by org.jafer.osid.ObjectIterator
All Implemented Interfaces:
java.io.Serializable, org.osid.shared.ObjectIterator

public class ObjectIterator
extends java.lang.Object
implements org.osid.shared.ObjectIterator

See Also:
Serialized Form

Field Summary
private  int i
           
private  java.util.Vector vector
           
 
Constructor Summary
ObjectIterator(java.util.Vector vector)
           
 
Method Summary
 boolean hasNextObject()
           
 java.io.Serializable nextObject()
           
 
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

ObjectIterator

public ObjectIterator(java.util.Vector vector)
               throws org.osid.shared.SharedException
Throws:
org.osid.shared.SharedException
Method Detail

hasNextObject

public boolean hasNextObject()
                      throws org.osid.shared.SharedException
Specified by:
hasNextObject in interface org.osid.shared.ObjectIterator
Throws:
org.osid.shared.SharedException

nextObject

public java.io.Serializable nextObject()
                                throws org.osid.shared.SharedException
Specified by:
nextObject in interface org.osid.shared.ObjectIterator
Throws:
org.osid.shared.SharedException