
public interface FloatHistogram extends Histogram
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
FloatHistogram.Iter
Iterator interface. 
 | 
CACHE_SHIFT| Modifier and Type | Method and Description | 
|---|---|
void | 
increment(double coord,
         float value)
Increment the histogram at a given position. 
 | 
FloatHistogram.Iter | 
iter()
Get an iterator over all histogram bins. 
 | 
getBinsize, getCoverMaximum, getCoverMinimum, getNumBinsvoid increment(double coord,
             float value)
coord - Coordinatevalue - Value to increment byFloatHistogram.Iter iter()
Histogram