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