org.sakaiproject.tool.assessment.osid.shared.impl
Class ObjectIteratorImpl
java.lang.Object
org.sakaiproject.tool.assessment.osid.shared.impl.ObjectIteratorImpl
- All Implemented Interfaces:
- Serializable, org.osid.shared.ObjectIterator
public class ObjectIteratorImpl
- extends Object
- implements org.osid.shared.ObjectIterator
An object 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 |
ObjectIteratorImpl
public ObjectIteratorImpl(Iterator iterator)
hasNextObject
public boolean hasNextObject()
throws org.osid.shared.SharedException
- Specified by:
hasNextObject in interface org.osid.shared.ObjectIterator
- Throws:
org.osid.shared.SharedException
nextObject
public Serializable nextObject()
throws org.osid.shared.SharedException
- Specified by:
nextObject in interface org.osid.shared.ObjectIterator
- Throws:
org.osid.shared.SharedException
Copyright © 2005-2013 Sakai Project. All Rights Reserved.