Package | Description |
---|---|
org.modeshape.common.math |
A set of classes that define mathematic operations for a particular class of values.
|
org.modeshape.common.statistic |
Modifier and Type | Class and Description |
---|---|
class |
DoubleOperations
The
math operations for double numbers. |
class |
DurationOperations
The
math operations for Duration s. |
class |
FloatOperations
The
math operations for float numbers. |
class |
IntegerOperations
The
math operations for integer numbers. |
class |
LongOperations
The
math operations for long numbers. |
class |
ShortOperations
The
math operations for short numbers. |
Modifier and Type | Field and Description |
---|---|
protected MathOperations<T> |
SimpleStatistics.math |
protected MathOperations<T> |
Histogram.math |
Modifier and Type | Method and Description |
---|---|
MathOperations<T> |
SimpleStatistics.getMathOperations() |
MathOperations<T> |
Histogram.getMathOperations() |
Modifier and Type | Method and Description |
---|---|
protected static <T> List<T> |
Histogram.getBucketBoundaries(MathOperations<T> math,
T lowerBound,
T upperBound,
T actualMinimum,
T actualMaximum,
int bucketCount,
int bucketWidthSigFigs) |
Constructor and Description |
---|
DetailedStatistics(MathOperations<T> operations) |
Histogram(MathOperations<T> operations,
List<T> values) |
Histogram(MathOperations<T> operations,
T... values) |
SimpleStatistics(MathOperations<T> operations) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.