Interface Sequence
-
- All Known Subinterfaces:
NumberSequence
- All Known Implementing Classes:
AnyNumberSequence,AnySequence,DefaultNumberSequence
public interface SequenceTodo: Document Me- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()java.lang.Objectnext()LValuenextRawValue()
-
-
-
Method Detail
-
hasNext
boolean hasNext() throws EvaluationException- Throws:
EvaluationException
-
next
java.lang.Object next() throws EvaluationException- Throws:
EvaluationException
-
nextRawValue
LValue nextRawValue() throws EvaluationException
- Throws:
EvaluationException
-
-