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

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

Constructor Summary
PropertiesIteratorImpl(Iterator iterator)
           
 
Method Summary
 boolean hasNextProperties()
           
 org.osid.shared.Properties nextProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesIteratorImpl

public PropertiesIteratorImpl(Iterator iterator)
Method Detail

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