Interface StatisticValue<T>

All Known Implementing Classes:
StatisticValues.BooleanValue, StatisticValues.DoubleValue, StatisticValues.ListValue, StatisticValues.LongValue, StatisticValues.ObjectValue, StatisticValues.StringValue

public interface StatisticValue<T>
An interface representing a statistic value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the data type of the statistic value.
    Returns the value of the statistic.
  • Method Details

    • value

      T value()
      Returns the value of the statistic.
      Returns:
      the value of the statistic
    • dataType

      Type dataType()
      Returns the data type of the statistic value.
      Returns:
      the data type of the statistic value