org.sakaiproject.tool.assessment.osid.assessment.impl
Class SectionIteratorImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SectionIteratorImpl
public SectionIteratorImpl(Set sectionSet)
- Creates a new ItemIteratorImpl object.
- Parameters:
pitems - DOCUMENTATION PENDING
SectionIteratorImpl
public SectionIteratorImpl(List sectionList)
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-2013 Sakai Project. All Rights Reserved.