NumberSequence
AnyNumberSequence
, AnySequence
, DefaultNumberSequence
public interface Sequence
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
java.lang.Object |
next() |
|
LValue |
nextRawValue() |
boolean hasNext() throws EvaluationException
EvaluationException
java.lang.Object next() throws EvaluationException
EvaluationException
LValue nextRawValue() throws EvaluationException
EvaluationException