|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cmu.survey.editor.manipulators.VariableNameChecker.PageIterator
public static class VariableNameChecker.PageIterator
Field Summary | |
---|---|
protected Page |
nextPage
|
Constructor Summary | |
---|---|
VariableNameChecker.PageIterator(Survey survey)
|
Method Summary | |
---|---|
Page |
getLastPage()
Last works before calling hasNext() or after calling next(). |
boolean |
hasNext()
|
java.lang.Object |
next()
|
Page |
nextPage()
Use this ONLY when it is a PageIterator, not when it is a QuestionIterator/VariableIterator! |
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Page nextPage
Constructor Detail |
---|
public VariableNameChecker.PageIterator(Survey survey)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
public Page getLastPage()
public java.lang.Object next()
next
in interface java.util.Iterator
public Page nextPage()
public void remove()
remove
in interface java.util.Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |