Package | Description |
---|---|
net.metanotion.io.block.index | |
net.metanotion.util.skiplist |
Modifier and Type | Class and Description |
---|---|
class |
BSkipLevels<K extends Comparable<? super K>,V>
On-disk format:
|
Modifier and Type | Field and Description |
---|---|
(package private) HashMap<Integer,SkipLevels<K,V>> |
BSkipList.levelHash |
Modifier and Type | Method and Description |
---|---|
SkipLevels<K,V> |
BSkipLevels.newInstance(int levels,
SkipSpan<K,V> ss,
SkipList<K,V> sl) |
Modifier and Type | Method and Description |
---|---|
boolean |
BSkipLevels.blvlck(boolean fix,
int width,
SkipLevels<K,V>[] prevLevels) |
Modifier and Type | Field and Description |
---|---|
SkipLevels<K,V>[] |
SkipLevels.levels |
protected SkipLevels<K,V> |
SkipList.stack |
Modifier and Type | Method and Description |
---|---|
SkipLevels<K,V> |
SkipLevels.newInstance(int levels,
SkipSpan<K,V> ss,
SkipList<K,V> sl) |
SkipLevels<K,V> |
SkipLevels.put(int start,
K key,
V val,
SkipList<K,V> sl) |
Modifier and Type | Method and Description |
---|---|
boolean |
SkipLevels.blvlck(boolean fix,
int width,
SkipLevels<K,V>[] prevLevels) |