org.sakaiproject.tool.assessment.osid.shared.impl
Class ObjectIteratorImpl

java.lang.Object
  extended by 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

Constructor Summary
ObjectIteratorImpl(Iterator iterator)
           
 
Method Summary
 boolean hasNextObject()
           
 Serializable nextObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectIteratorImpl

public ObjectIteratorImpl(Iterator iterator)
Method Detail

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-2012 Sakai Project. All Rights Reserved.