org.sakaiproject.tool.assessment.osid.questionpool.impl
Class QuestionPoolIteratorImpl

java.lang.Object
  extended by org.sakaiproject.tool.assessment.osid.questionpool.impl.QuestionPoolIteratorImpl
All Implemented Interfaces:
Serializable, QuestionPoolIterator

public class QuestionPoolIteratorImpl
extends Object
implements QuestionPoolIterator

A QuestionPool iterator implementation.

Author:
Rachel Gollub
See Also:
Serialized Form

Constructor Summary
QuestionPoolIteratorImpl(Collection pquestionPools)
          Creates a new QuestionPoolIteratorImpl object.
 
Method Summary
 boolean hasNext()
          DOCUMENTATION PENDING
 QuestionPool next()
          DOCUMENTATION PENDING
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionPoolIteratorImpl

public QuestionPoolIteratorImpl(Collection pquestionPools)
Creates a new QuestionPoolIteratorImpl object.

Parameters:
pquestionPools - DOCUMENTATION PENDING
Method Detail

hasNext

public boolean hasNext()
                throws org.osid.shared.SharedException
DOCUMENTATION PENDING

Specified by:
hasNext in interface QuestionPoolIterator
Returns:
DOCUMENTATION PENDING
Throws:
org.osid.shared.SharedException - DOCUMENTATION PENDING

next

public QuestionPool next()
                  throws org.osid.shared.SharedException
DOCUMENTATION PENDING

Specified by:
next in interface QuestionPoolIterator
Returns:
DOCUMENTATION PENDING
Throws:
org.osid.shared.SharedException - DOCUMENTATION PENDING


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