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