IntStatistics |
IntStatistics.Builder.build() |
Builds an IntStatistics instance.
|
IntStatistics |
IntStatistics.Builder.build(int... values) |
Builds an IntStatistics instance using the input values .
|
IntStatistics |
IntStatistics.Builder.build(int[] values,
int from,
int to) |
Builds an IntStatistics instance using the specified range of values .
|
IntStatistics |
IntStatistics.combine(IntStatistics other) |
Combines the state of the other statistics into this one.
|
static IntStatistics |
IntStatistics.of(Set<Statistic> statistics,
int... values) |
Returns a new instance configured to compute the specified statistics
populated using the input values .
|
static IntStatistics |
IntStatistics.of(Statistic... statistics) |
Returns a new instance configured to compute the specified statistics .
|
static IntStatistics |
IntStatistics.ofRange(Set<Statistic> statistics,
int[] values,
int from,
int to) |
Returns a new instance configured to compute the specified statistics
populated using the specified range of values .
|
IntStatistics |
IntStatistics.setConfiguration(StatisticsConfiguration v) |
Sets the statistics configuration.
|