Class CumulativeDistribution.CumulativeValue

  • Enclosing class:
    CumulativeDistribution<T>

    public class CumulativeDistribution.CumulativeValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CumulativeValue​(T value, float frequency, float interval)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public T value
      • frequency

        public float frequency
      • interval

        public float interval
    • Constructor Detail

      • CumulativeValue

        public CumulativeValue​(T value,
                               float frequency,
                               float interval)