Class Histogram<T>


  • public class Histogram<T>
    extends Object
    Author:
    mederly
    • Constructor Detail

      • Histogram

        public Histogram​(int step,
                         int maxLength)
    • Method Detail

      • register

        public void register​(T item,
                             long value)
      • getStep

        public int getStep()
      • getMaxLength

        public int getMaxLength()
      • getMinValue

        public long getMinValue()
      • getMaxValue

        public long getMaxValue()
      • getTotalValue

        public long getTotalValue()
      • getItems

        public int getItems()
      • dump

        public String dump​(int columns)