public class StatisticsInfo
extends java.lang.Object
StatisticsManager
.
Each info consists of "context" and "value", and the manager tracks per each "context", how many times a "value"
has occurred in that context and in which order.Modifier and Type | Field and Description |
---|---|
static StatisticsInfo |
EMPTY
A special value meaning that no statistics should be tracked.
|
Constructor and Description |
---|
StatisticsInfo(java.lang.String context,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
static StatisticsInfo |
createComposite(java.util.List<? extends StatisticsInfo> conjuncts) |
java.util.List<StatisticsInfo> |
getConjuncts() |
java.lang.String |
getContext() |
java.lang.String |
getValue() |
java.lang.String |
toString() |
public static final StatisticsInfo EMPTY
public StatisticsInfo(java.lang.String context, java.lang.String value)
public static StatisticsInfo createComposite(java.util.List<? extends StatisticsInfo> conjuncts)
public java.lang.String getContext()
public java.lang.String getValue()
public java.util.List<StatisticsInfo> getConjuncts()
public java.lang.String toString()
toString
in class java.lang.Object