Interface StatCounter.Stat

All Known Implementing Classes:
DatumFilterStats
Enclosing class:
StatCounter

public static interface StatCounter.Stat
A statistic API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a description of the statistic.
    int
    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