Class TypeIterator
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.TypeIterator
-
- edu.indiana.lib.osid.base.repository.http.TypeIterator
-
- All Implemented Interfaces:
Serializable,org.osid.shared.TypeIterator
public class TypeIterator extends TypeIterator
- Version:
- Author:
- Massachusetts Institute of Techbology, Sakai Software Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeIterator(Vector vector)
-
-
-
Constructor Detail
-
TypeIterator
public TypeIterator(Vector vector) throws org.osid.shared.SharedException
- Throws:
org.osid.shared.SharedException
-
-
Method Detail
-
hasNextType
public boolean hasNextType() throws org.osid.shared.SharedException- Specified by:
hasNextTypein interfaceorg.osid.shared.TypeIterator- Overrides:
hasNextTypein classTypeIterator- Throws:
org.osid.shared.SharedException
-
nextType
public org.osid.shared.Type nextType() throws org.osid.shared.SharedException- Specified by:
nextTypein interfaceorg.osid.shared.TypeIterator- Overrides:
nextTypein classTypeIterator- Throws:
org.osid.shared.SharedException
-
-