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