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