| Interface | Description |
|---|---|
| BinAcceptor | |
| Store |
An object that maps integers to counters.
|
| Class | Description |
|---|---|
| Bin |
A pair of index and count.
|
| CollapsingHighestDenseStore | |
| CollapsingLowestDenseStore | |
| DenseStore | |
| PaginatedStore |
This is an unbounded store which allocates storage for counts in aligned pages stored in an array
at offsets modulo the page size.
|
| SparseStore | |
| UnboundedSizeDenseStore |