Class Variable.PercentElem

  • Enclosing class:
    Variable

    static final class Variable.PercentElem
    extends Object
    Store all the informations about a datasource point, for predictive and consistent sorting
    • Field Detail

      • timestamp

        long timestamp
      • value

        double value
    • Constructor Detail

      • PercentElem

        PercentElem​(int pos,
                    long timestamp,
                    double value)