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