Package net.solarnetwork.util
Interface StatCounter.Stat
- All Known Implementing Classes:
DatumFilterStats
- Enclosing class:
- StatCounter
public static interface StatCounter.Stat
A statistic API.
-
Method Summary
Modifier and TypeMethodDescriptionGet a description of the statistic.intgetIndex()Get the statistic index.
-
Method Details
-
getIndex
int getIndex()Get the statistic index.- Returns:
- the statistic index
-
getDescription
String getDescription()Get a description of the statistic.- Returns:
- the description
-