class |
AverageAccumulator |
An accumulator that computes the average value.
|
class |
DoubleCounter |
An accumulator that sums up double values.
|
class |
DoubleMaximum |
An accumulator that finds the maximum double value.
|
class |
DoubleMinimum |
An accumulator that finds the minimum double value.
|
class |
IntCounter |
An accumulator that sums up Integer values.
|
class |
IntMaximum |
An accumulator that finds the maximum integer value.
|
class |
IntMinimum |
An accumulator that finds the minimum integer value.
|
class |
LongCounter |
An accumulator that sums up long values.
|
class |
LongMaximum |
An accumulator that finds the maximum long value.
|
class |
LongMinimum |
An accumulator that finds the minimum long value.
|