Class LongValueIterator
- java.lang.Object
-
- edu.indiana.lib.osid.base.repository.LongValueIterator
-
- edu.indiana.lib.osid.base.repository.http.LongValueIterator
-
- All Implemented Interfaces:
Serializable,org.osid.shared.LongValueIterator
public class LongValueIterator extends LongValueIterator
- Version:
- Author:
- Massachusetts Institute of Techbology, Sakai Software Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LongValueIterator(Vector vector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNextLongValue()longnextLongValue()
-
-
-
Constructor Detail
-
LongValueIterator
public LongValueIterator(Vector vector) throws org.osid.shared.SharedException
- Throws:
org.osid.shared.SharedException
-
-
Method Detail
-
hasNextLongValue
public boolean hasNextLongValue() throws org.osid.shared.SharedException- Specified by:
hasNextLongValuein interfaceorg.osid.shared.LongValueIterator- Overrides:
hasNextLongValuein classLongValueIterator- Throws:
org.osid.shared.SharedException
-
nextLongValue
public long nextLongValue() throws org.osid.shared.SharedException- Specified by:
nextLongValuein interfaceorg.osid.shared.LongValueIterator- Overrides:
nextLongValuein classLongValueIterator- Throws:
org.osid.shared.SharedException
-
-