Class NumberValuesUtils

java.lang.Object
net.sf.jasperreports.data.cache.NumberValuesUtils

public class NumberValuesUtils extends Object
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Constructor Details

    • NumberValuesUtils

      protected NumberValuesUtils()
  • Method Details

    • instance

      public static NumberValuesUtils instance()
    • toValues

      public ColumnValues toValues(int count, long[] values, ValueLength valueLength, long linearFactor, long linearOffset)
    • toByteValues

      protected ColumnValues toByteValues(int count, long[] values, long linearFactor, long linearOffset)
    • toShortValues

      protected ColumnValues toShortValues(int count, long[] values, long linearFactor, long linearOffset)
    • toIntValues

      protected ColumnValues toIntValues(int count, long[] values, long linearFactor, long linearOffset)
    • toLongValues

      protected ColumnValues toLongValues(int count, long[] values, long linearFactor, long linearOffset)