org.sakaiproject.tool.assessment.osid.shared.impl
Class PropertiesIteratorImpl
java.lang.Object
org.sakaiproject.tool.assessment.osid.shared.impl.PropertiesIteratorImpl
- All Implemented Interfaces:
- Serializable, org.osid.shared.PropertiesIterator
public class PropertiesIteratorImpl
- extends Object
- implements org.osid.shared.PropertiesIterator
A properties iterator implementation.
- Author:
- Rachel Gollub
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesIteratorImpl
public PropertiesIteratorImpl(Iterator iterator)
hasNextProperties
public boolean hasNextProperties()
throws org.osid.shared.SharedException
- Specified by:
hasNextProperties in interface org.osid.shared.PropertiesIterator
- Throws:
org.osid.shared.SharedException
nextProperties
public org.osid.shared.Properties nextProperties()
throws org.osid.shared.SharedException
- Specified by:
nextProperties in interface org.osid.shared.PropertiesIterator
- Throws:
org.osid.shared.SharedException
Copyright © 2005-2013 Sakai Project. All Rights Reserved.