Package | Description |
---|---|
net.sf.jasperreports.data.cache |
Contains classes for data caching.
|
Modifier and Type | Method and Description |
---|---|
static ValueLength |
ValueLength.getNumberLength(long value) |
static ValueLength |
ValueLength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueLength[] |
ValueLength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ColumnValues |
RunLengthStore.applyRunLengths(ValueLength valueLength) |
ColumnValues |
NumberValuesUtils.toValues(int count,
long[] values,
ValueLength valueLength,
long linearFactor,
long linearOffset) |
protected boolean |
RunLengthStore.useRunLength(int count,
ValueLength valueLength,
ValueLength runLength) |
Copyright © 2017. All rights reserved.