Class HistogramEntry<T>


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

      • HistogramEntry

        public HistogramEntry()
    • Method Detail

      • getItemsCount

        public int getItemsCount()
      • getRepresentativeItem

        public T getRepresentativeItem()
      • getRepresentativeItemValue

        public long getRepresentativeItemValue()
      • record

        public void record​(T item,
                           long value)