|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathOperations | |
---|---|
org.modeshape.common.math | A set of classes that define mathematic operations for a particular class of values. |
org.modeshape.common.statistic | A set of utilities for working with statistics, including a Stopwatch and Histogram s. |
Uses of MathOperations in org.modeshape.common.math |
---|
Classes in org.modeshape.common.math that implement MathOperations | |
---|---|
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. |
Uses of MathOperations in org.modeshape.common.statistic |
---|
Fields in org.modeshape.common.statistic declared as MathOperations | |
---|---|
protected MathOperations<T> |
SimpleStatistics.math
|
protected MathOperations<T> |
Histogram.math
|
Methods in org.modeshape.common.statistic that return MathOperations | |
---|---|
MathOperations<T> |
SimpleStatistics.getMathOperations()
|
MathOperations<T> |
Histogram.getMathOperations()
|
Methods in org.modeshape.common.statistic with parameters of type MathOperations | ||
---|---|---|
protected static
|
Histogram.getBucketBoundaries(MathOperations<T> math,
T lowerBound,
T upperBound,
T actualMinimum,
T actualMaximum,
int bucketCount,
int bucketWidthSigFigs)
|
Constructors in org.modeshape.common.statistic with parameters of type MathOperations | |
---|---|
DetailedStatistics(MathOperations<T> operations)
|
|
Histogram(MathOperations<T> operations,
List<T> values)
|
|
Histogram(MathOperations<T> operations,
T... values)
|
|
SimpleStatistics(MathOperations<T> operations)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |