Interface ColumnSummaryModel.SummaryValues<T extends Number>

Enclosing interface:
ColumnSummaryModel

public static interface ColumnSummaryModel.SummaryValues<T extends Number>
The values to base a summary on. For instances use the ColumnSummaryModel.summaryValues(Collection, boolean) factory method.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
  • Method Details

    • values

      Collection<T> values()
      Returns:
      the values to base the summary on
    • subset

      boolean subset()
      Returns:
      true if the values provided by values() is a subset of the total available values