Class Histogram<T>
java.lang.Object
com.evolveum.midpoint.util.histogram.Histogram<T>
- 
Constructor Details- 
Histogrampublic Histogram(int step, int maxLength) 
 
- 
- 
Method Details- 
register
- 
getSteppublic int getStep()
- 
getMaxLengthpublic int getMaxLength()
- 
getEntries
- 
getMinValuepublic long getMinValue()
- 
getMaxValuepublic long getMaxValue()
- 
getTotalValuepublic long getTotalValue()
- 
getItemspublic int getItems()
- 
dump
 
-