org.pentaho.reporting.libraries.formula.typing.sequence
Class AnySequence
java.lang.Object
org.pentaho.reporting.libraries.formula.typing.sequence.AnySequence
- All Implemented Interfaces:
- Sequence
- Direct Known Subclasses:
- AnyNumberSequence, DefaultNumberSequence
public class AnySequence
- extends java.lang.Object
- implements Sequence
- Author:
- Cedric Pronzato
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnySequence
public AnySequence(FormulaContext context)
AnySequence
public AnySequence(ArrayCallback array,
FormulaContext context)
AnySequence
public AnySequence(LValue single,
FormulaContext context)
hasNext
public boolean hasNext()
throws EvaluationException
- Specified by:
hasNext
in interface Sequence
- Throws:
EvaluationException
next
public java.lang.Object next()
throws EvaluationException
- Specified by:
next
in interface Sequence
- Throws:
EvaluationException
nextRawValue
public LValue nextRawValue()
throws EvaluationException
- Specified by:
nextRawValue
in interface Sequence
- Throws:
EvaluationException