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