
T - data typepublic interface ObjHistogram<T> extends Histogram
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | ObjHistogram.Iter<T>Histogram iterator. | 
CACHE_SHIFT| Modifier and Type | Method and Description | 
|---|---|
| ObjHistogram.Iter<T> | iter()Get a histogram iterator. | 
| void | putData(double coord,
       T data)Aggregate new data into the histogram. | 
getBinsize, getCoverMaximum, getCoverMinimum, getNumBinsObjHistogram.Iter<T> iter()
void putData(double coord,
           T data)
coord - Coordinatedata - Data