V - value typepublic interface CritBitKD<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKD(long[] key) |
V |
getKD(long[] key) |
void |
printTree() |
V |
putKD(long[] key,
V value) |
CritBit.QueryIteratorKD<V> |
queryKD(long[] lowerLeft,
long[] upperRight) |
V |
removeKD(long[] key) |
int |
size() |
V putKD(long[] key, V value)
CritBit.putKD(long[], Object)boolean containsKD(long[] key)
CritBit.containsKD(long[])int size()
CritBit.size()CritBit.QueryIteratorKD<V> queryKD(long[] lowerLeft, long[] upperRight)
CritBit.queryKD(long[], long[])V removeKD(long[] key)
CritBit.removeKD(long[])void printTree()
CritBit.printTree()V getKD(long[] key)
CritBit.getKD(long[])Copyright © 2017. All rights reserved.