Class Histogram.Child.Value

  • Enclosing class:
    Histogram.Child

    public static class Histogram.Child.Value
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double[] buckets  
      double sum  
    • Constructor Summary

      Constructors 
      Constructor Description
      Value​(double sum, double[] buckets)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • sum

        public final double sum
      • buckets

        public final double[] buckets
    • Constructor Detail

      • Value

        public Value​(double sum,
                     double[] buckets)