public static enum PerformanceWrapper.Gather extends java.lang.Enum<PerformanceWrapper.Gather>
Modifier and Type | Field and Description |
---|---|
static int |
size |
Modifier and Type | Method and Description |
---|---|
abstract java.math.BigInteger |
addValue(java.math.BigInteger oldValue,
long value) |
abstract long |
finalise(java.math.BigInteger value,
int numberOfMeasures) |
static PerformanceWrapper.Gather |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PerformanceWrapper.Gather[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PerformanceWrapper.Gather min
public static final PerformanceWrapper.Gather average
public static final PerformanceWrapper.Gather max
public static PerformanceWrapper.Gather[] values()
for (PerformanceWrapper.Gather c : PerformanceWrapper.Gather.values()) System.out.println(c);
public static PerformanceWrapper.Gather valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract java.math.BigInteger addValue(java.math.BigInteger oldValue, long value)
public abstract long finalise(java.math.BigInteger value, int numberOfMeasures)