public interface QuestionPoolIterator extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Return true if there are more pools, false if there are not.
|
QuestionPool |
next()
Return the next pool.
|
boolean hasNext()
throws org.osid.shared.SharedException
org.osid.shared.SharedExceptionQuestionPool next() throws org.osid.shared.SharedException
org.osid.shared.SharedExceptionCopyright © 2003–2021 Sakai Project. All rights reserved.