public class CollapsingLowestDenseStore extends DenseStore
| Constructor and Description |
|---|
CollapsingLowestDenseStore(int maxNumBins) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Zeros all counts in the store.
|
Store |
copy() |
void |
mergeWith(Store store)
Merges another store into this one.
|
add, add, add, encode, forEach, getAscendingIterator, getAscendingStream, getDescendingIterator, getDescendingStream, getMaxIndex, getMinIndex, getTotalCount, isEmpty, serialize, serializedSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, decodeAndMergeWith, getStreampublic Store copy()
public void mergeWith(Store store)
Storeadd
operations that have been run on the other store on this one.store - the store to be merged into this onepublic void clear()
Storeclear in interface Storeclear in class DenseStore