public class SectionIteratorImpl extends Object implements org.osid.assessment.SectionIterator
| Constructor and Description |
|---|
SectionIteratorImpl(List sectionList) |
SectionIteratorImpl(Set sectionSet)
Creates a new ItemIteratorImpl object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNextSection() |
org.osid.assessment.Section |
nextSection() |
public SectionIteratorImpl(Set sectionSet)
pitems - DOCUMENTATION PENDINGpublic SectionIteratorImpl(List sectionList)
public boolean hasNextSection()
throws org.osid.assessment.AssessmentException
hasNextSection in interface org.osid.assessment.SectionIteratororg.osid.assessment.AssessmentExceptionpublic org.osid.assessment.Section nextSection()
throws org.osid.assessment.AssessmentException
nextSection in interface org.osid.assessment.SectionIteratororg.osid.assessment.AssessmentExceptionCopyright © 2005–2017 Sakai Project. All rights reserved.