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