| 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 and Description |
|---|---|
ArrayCallback |
DefaultDataTable.getAsArray() |
| Modifier and Type | Class and Description |
|---|---|
class |
StaticArrayCallback
An array call-back that copies all contents of the source into a private buffer.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayCallback |
DefaultTypeRegistry.convertToArray(Type type,
java.lang.Object value) |
ArrayCallback |
TypeRegistry.convertToArray(Type type,
java.lang.Object value) |
| Constructor and Description |
|---|
StaticArrayCallback(ArrayCallback source) |
| Constructor and 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.
|