Class PropertiesIterator
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.PropertiesIterator
-
- edu.indiana.lib.osid.base.repository.http.PropertiesIterator
-
- All Implemented Interfaces:
Serializable,org.osid.shared.PropertiesIterator
public class PropertiesIterator extends PropertiesIterator
- Version:
- Author:
- Massachusetts Institute of Techbology, Sakai Software Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertiesIterator(Vector vector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNextProperties()org.osid.shared.PropertiesnextProperties()
-
-
-
Constructor Detail
-
PropertiesIterator
public PropertiesIterator(Vector vector) throws org.osid.shared.SharedException
- Throws:
org.osid.shared.SharedException
-
-
Method Detail
-
hasNextProperties
public boolean hasNextProperties() throws org.osid.shared.SharedException- Specified by:
hasNextPropertiesin interfaceorg.osid.shared.PropertiesIterator- Overrides:
hasNextPropertiesin classPropertiesIterator- Throws:
org.osid.shared.SharedException
-
nextProperties
public org.osid.shared.Properties nextProperties() throws org.osid.shared.SharedException- Specified by:
nextPropertiesin interfaceorg.osid.shared.PropertiesIterator- Overrides:
nextPropertiesin classPropertiesIterator- Throws:
org.osid.shared.SharedException
-
-