public class UnboundedSizeDenseStore extends DenseStore
| Constructor and Description |
|---|
UnboundedSizeDenseStore() |
UnboundedSizeDenseStore(int arrayLengthGrowthIncrement) |
UnboundedSizeDenseStore(int arrayLengthGrowthIncrement,
int arrayLengthOverhead) |
| Modifier and Type | Method and Description |
|---|---|
Store |
copy() |
void |
mergeWith(Store store)
Merges another store into this one.
|
add, add, add, clear, encode, forEach, getAscendingIterator, getAscendingStream, getDescendingIterator, getDescendingStream, getMaxIndex, getMinIndex, getTotalCount, isEmpty, serialize, serializedSizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, decodeAndMergeWith, getStreampublic UnboundedSizeDenseStore()
public UnboundedSizeDenseStore(int arrayLengthGrowthIncrement)
public UnboundedSizeDenseStore(int arrayLengthGrowthIncrement,
int arrayLengthOverhead)
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 Store copy()