Class HistogramEntry<T>
- java.lang.Object
-
- com.evolveum.midpoint.util.histogram.HistogramEntry<T>
-
public class HistogramEntry<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description HistogramEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getItemsCount()
T
getRepresentativeItem()
long
getRepresentativeItemValue()
void
record(T item, long value)
-