
public class IntStaticHistogram extends AbstractStaticHistogram implements IntHistogram
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IntStaticHistogram.Iter
Iterator class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) int[] | 
data
Data store 
 | 
base, binsize, max, offset, sizeCACHE_SHIFT| Constructor and Description | 
|---|
IntStaticHistogram(int bins,
                  double min,
                  double max)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
get(double coord)
Get the value at a particular position. 
 | 
void | 
increment(double coord,
         int val)
Increment the value of a bin. 
 | 
IntStaticHistogram.Iter | 
iter()
Get an iterator over all histogram bins. 
 | 
getBinNr, getBinsize, getCoverMaximum, getCoverMinimum, getNumBins, growSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBinsize, getCoverMaximum, getCoverMinimum, getNumBinspublic IntStaticHistogram(int bins,
                  double min,
                  double max)
bins - Number of binsmin - Cover minimummax - Cover maximumpublic void increment(double coord,
             int val)
increment in interface IntHistogramcoord - Coordinateval - Valuepublic int get(double coord)
coord - Coordinatepublic IntStaticHistogram.Iter iter()
AbstractStaticHistogramiter in interface Histogramiter in interface IntHistogramiter in class AbstractStaticHistogram