NumberSequenceAnyNumberSequence, AnySequence, DefaultNumberSequencepublic interface Sequence
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
java.lang.Object |
next() |
|
LValue |
nextRawValue() |
boolean hasNext()
throws EvaluationException
EvaluationExceptionjava.lang.Object next()
throws EvaluationException
EvaluationExceptionLValue nextRawValue() throws EvaluationException
EvaluationException