Class HistogramEntry<T>

java.lang.Object
com.evolveum.midpoint.util.histogram.HistogramEntry<T>

public class HistogramEntry<T> extends Object
  • Constructor Details

    • HistogramEntry

      public HistogramEntry()
  • Method Details

    • getItemsCount

      public int getItemsCount()
    • getRepresentativeItem

      public T getRepresentativeItem()
    • getRepresentativeItemValue

      public long getRepresentativeItemValue()
    • record

      public void record(T item, long value)