org.jafer.osid.provider
Class PartIterator

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

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

See Also:
Serialized Form

Field Summary
private  int i
           
private  java.util.Vector vector
           
 
Constructor Summary
PartIterator(java.util.Vector vector)
           
 
Method Summary
 boolean hasNextPart()
           
 org.osid.repository.Part nextPart()
           
 
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

PartIterator

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

hasNextPart

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

nextPart

public org.osid.repository.Part nextPart()
                                  throws org.osid.repository.RepositoryException
Specified by:
nextPart in interface org.osid.repository.PartIterator
Throws:
org.osid.repository.RepositoryException