V - value typepublic interface CritBit1D<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(long[] key) |
V |
get(long[] key) |
CritBit.FullIterator<V> |
iterator() |
void |
printTree() |
V |
put(long[] key,
V value) |
CritBit.QueryIterator<V> |
query(long[] min,
long[] max) |
V |
remove(long[] key) |
int |
size() |
V put(long[] key, V value)
key - keyvalue - valueCritBit.put(long[], Object)boolean contains(long[] key)
key - keyCritBit.contains(long[])CritBit.QueryIterator<V> query(long[] min, long[] max)
min - Lower left corner of the query windowmax - Upper right corner of the query windowCritBit.query(long[], long[])int size()
CritBit.size()V remove(long[] key)
key - keyCritBit.remove(long[])void printTree()
CritBit.printTree()V get(long[] key)
key - keyCritBit.get(long[])CritBit.FullIterator<V> iterator()
CritBit.iterator()Copyright © 2018. All rights reserved.