|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.shapelogic.calculation.AdvanceWhile<E>
E
- public abstract class AdvanceWhile<E>
This causes the iterator to be advanced as long as the the condition is true.
Constructor Summary | |
---|---|
AdvanceWhile(java.util.Iterator<E> iterator)
|
Method Summary | |
---|---|
abstract boolean |
evaluate(E input)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdvanceWhile(java.util.Iterator<E> iterator)
Method Detail |
---|
public abstract boolean evaluate(E input)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |