Class Histogram.Child.Value

  • Enclosing class:
    Histogram.Child

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

      Constructors 
      Constructor Description
      Value​(double sum, double[] buckets, Exemplar[] exemplars, long created)  
    • 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
      • exemplars

        public final Exemplar[] exemplars
      • created

        public final long created
    • Constructor Detail

      • Value

        public Value​(double sum,
                     double[] buckets,
                     Exemplar[] exemplars,
                     long created)