public abstract static class StatisticsLogger.LoggableStatistics
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
StatisticsLogger.LoggableStatistics()
Constructs a new LoggableStatistics, retriving the names of figures by reflection.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
getFigures()
Provides the collection of figures made available by the subclass instance.
|
java.lang.Object |
getValue(java.lang.String figure)
Returns the figure value.
|
protected StatisticsLogger.LoggableStatistics()
public final java.util.Collection<java.lang.String> getFigures()
public final java.lang.Object getValue(java.lang.String figure)
figure
- - the figure to retrieve