Class HistogramEntry<T>
- java.lang.Object
 - 
- com.evolveum.midpoint.util.histogram.HistogramEntry<T>
 
 
- 
public class HistogramEntry<T> extends Object
- Author:
 - mederly
 
 
- 
- 
Constructor Summary
Constructors Constructor Description HistogramEntry() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetItemsCount()TgetRepresentativeItem()longgetRepresentativeItemValue()voidrecord(T item, long value) 
 -