org.pentaho.reporting.libraries.formula.typing.sequence
public class AnySequence extends Object implements Sequence
| Constructor Summary | |
|---|---|
| AnySequence(FormulaContext context) | |
| AnySequence(ArrayCallback array, FormulaContext context) | |
| AnySequence(LValue single, FormulaContext context) | |
| protected | AnySequence(AnySequence anySequence) |
| Method Summary | |
|---|---|
| protected ArrayCallback | getArray() |
| protected int | getColumnCursor() |
| protected FormulaContext | getContext() |
| protected int | getRowCursor() |
| protected LValue | getSingle() |
| boolean | hasNext() |
| protected boolean | isValidNext(LValue o) |
| Object | next() |
| LValue | nextRawValue() |