| Package | Description |
|---|---|
| math.probe |
Sample metrics
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleStatisticsNoSync
A state object for collecting statistics such as count, min, max, sum,
average and variance (or standard deviation).
|
class |
DoubleStatisticsSync
A state object for collecting statistics such as count, min, max, sum,
average and variance (or standard deviation).
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleStatistics |
DoubleStatistics.newInstance()
Creates a new non-threadsafe
DoubleStatistics instance. |
static DoubleStatistics |
DoubleStatistics.newInstance(boolean threadsafe)
Creates a new
DoubleStatistics instance which, depending on the
threadsafe argument, is either threadsafe or non-threadsafe. |
Copyright © 2022. All rights reserved.