org.sakaiproject.tool.assessment.osid.assessment.impl
Class SectionIteratorImpl

java.lang.Object
  extended by org.sakaiproject.tool.assessment.osid.assessment.impl.SectionIteratorImpl
All Implemented Interfaces:
Serializable, org.osid.assessment.SectionIterator

public class SectionIteratorImpl
extends Object
implements org.osid.assessment.SectionIterator

See Also:
Serialized Form

Constructor Summary
SectionIteratorImpl(List sectionList)
           
SectionIteratorImpl(Set sectionSet)
          Creates a new ItemIteratorImpl object.
 
Method Summary
 boolean hasNextSection()
           
 org.osid.assessment.Section nextSection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionIteratorImpl

public SectionIteratorImpl(Set sectionSet)
Creates a new ItemIteratorImpl object.

Parameters:
pitems - DOCUMENTATION PENDING

SectionIteratorImpl

public SectionIteratorImpl(List sectionList)
Method Detail

hasNextSection

public boolean hasNextSection()
                       throws org.osid.assessment.AssessmentException
Specified by:
hasNextSection in interface org.osid.assessment.SectionIterator
Throws:
org.osid.assessment.AssessmentException

nextSection

public org.osid.assessment.Section nextSection()
                                        throws org.osid.assessment.AssessmentException
Specified by:
nextSection in interface org.osid.assessment.SectionIterator
Throws:
org.osid.assessment.AssessmentException


Copyright © 2005-2012 Sakai Project. All Rights Reserved.