Package | Description |
---|---|
org.pentaho.reporting.libraries.formula.lvalues | |
org.pentaho.reporting.libraries.formula.typing | |
org.pentaho.reporting.libraries.formula.typing.sequence |
Modifier and Type | Method | Description |
---|---|---|
ArrayCallback |
DefaultDataTable.getAsArray() |
Modifier and Type | Class | Description |
---|---|---|
class |
StaticArrayCallback |
An array call-back that copies all contents of the source into a private buffer.
|
Modifier and Type | Method | Description |
---|---|---|
ArrayCallback |
DefaultTypeRegistry.convertToArray(Type type,
java.lang.Object value) |
|
ArrayCallback |
TypeRegistry.convertToArray(Type type,
java.lang.Object value) |
Constructor | Description |
---|---|
StaticArrayCallback(ArrayCallback source) |
Constructor | Description |
---|---|
AnyNumberSequence(ArrayCallback array,
FormulaContext context) |
Number sequence bounded to an array.
|
AnySequence(ArrayCallback array,
FormulaContext context) |
|
DefaultNumberSequence(ArrayCallback array,
FormulaContext context) |
Number sequence bounded to an array.
|