| Interface | Description | 
|---|---|
| Bin | Created by darksnake on 29-Jun-17. | 
| BinFactory | Creates a new bin with zero count corresponding to given point | 
| Class | Description | 
|---|---|
| Histogram | A thread safe histogram Created by darksnake on 29-Jun-17. | 
| NamedHistogram | Named wrapper for histogram Created by darksnake on 30.06.2017. | 
| SimpleHistogram | A simple histogram with square bins and slow lookup Created by darksnake on 29-Jun-17. | 
| SquareBin | Created by darksnake on 29-Jun-17. | 
| UniformBinFactory | Create a uniform binning with given start point and steps | 
| UnivariateHistogram | A univariate histogram with fast bin lookup. Created by darksnake on 02.07.2017. |