| Package | Description |
|---|---|
| org.tinspin.index.critbit |
| Modifier and Type | Class and Description |
|---|---|
class |
CritBit64COW<V>
A concurrency enabled version of the CritBit64 tree.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> CritBit64<V> |
CritBit64.create()
Create a 1D crit-bit tree with 64 bit key length.
|
| Modifier and Type | Method and Description |
|---|---|
CritBit64.CBIterator<V> |
CritBit64.CBIterator.reset(CritBit64<V> cb) |
CritBit64.QueryIterator<V> |
CritBit64.QueryIterator.reset(CritBit64<V> cb,
long minOrig,
long maxOrig) |
CritBit64.QueryIteratorMask<V> |
CritBit64.QueryIteratorMask.reset(CritBit64<V> cb,
long minOrig,
long maxOrig) |
Copyright © 2018. All rights reserved.