Package net.sf.jasperreports.data.cache
Class NumberValuesUtils
java.lang.Object
net.sf.jasperreports.data.cache.NumberValuesUtils
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NumberValuesUtilsinstance()protected ColumnValuestoByteValues(int count, long[] values, long linearFactor, long linearOffset) protected ColumnValuestoIntValues(int count, long[] values, long linearFactor, long linearOffset) protected ColumnValuestoLongValues(int count, long[] values, long linearFactor, long linearOffset) protected ColumnValuestoShortValues(int count, long[] values, long linearFactor, long linearOffset) toValues(int count, long[] values, ValueLength valueLength, long linearFactor, long linearOffset)
-
Constructor Details
-
NumberValuesUtils
protected NumberValuesUtils()
-
-
Method Details
-
instance
-
toValues
public ColumnValues toValues(int count, long[] values, ValueLength valueLength, long linearFactor, long linearOffset) -
toByteValues
-
toShortValues
protected ColumnValues toShortValues(int count, long[] values, long linearFactor, long linearOffset) -
toIntValues
-
toLongValues
-