Class ObjectIterator
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.ObjectIterator
-
- edu.indiana.lib.osid.base.repository.http.ObjectIterator
-
- All Implemented Interfaces:
Serializable,org.osid.shared.ObjectIterator
public class ObjectIterator extends ObjectIterator
- Version:
- Author:
- Massachusetts Institute of Techbology, Sakai Software Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectIterator(Vector vector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNextObject()SerializablenextObject()
-
-
-
Constructor Detail
-
ObjectIterator
public ObjectIterator(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:
hasNextObjectin interfaceorg.osid.shared.ObjectIterator- Overrides:
hasNextObjectin classObjectIterator- Throws:
org.osid.shared.SharedException
-
nextObject
public Serializable nextObject() throws org.osid.shared.SharedException
- Specified by:
nextObjectin interfaceorg.osid.shared.ObjectIterator- Overrides:
nextObjectin classObjectIterator- Throws:
org.osid.shared.SharedException
-
-