Uses of Class
net.metanotion.util.skiplist.SkipLevels
Packages that use SkipLevels
-
Uses of SkipLevels in net.metanotion.io.block.index
Subclasses of SkipLevels in net.metanotion.io.block.indexModifier and TypeClassDescriptionclass
BSkipLevels<K extends Comparable<? super K>,
V> On-disk format:Fields in net.metanotion.io.block.index with type parameters of type SkipLevelsModifier and TypeFieldDescription(package private) final HashMap<Integer,
SkipLevels<K, V>> BSkipList.levelHash
Methods in net.metanotion.io.block.index that return SkipLevelsMethods in net.metanotion.io.block.index with parameters of type SkipLevelsModifier and TypeMethodDescriptionboolean
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 SkipLevelsModifier and TypeFieldDescriptionSkipLevels<K,
V>[] SkipLevels.levels
protected SkipLevels<K,
V> SkipList.stack
Methods in net.metanotion.util.skiplist that return SkipLevelsMethods in net.metanotion.util.skiplist with parameters of type SkipLevelsModifier and TypeMethodDescriptionboolean
SkipLevels.blvlck
(boolean fix, int width, SkipLevels<K, V>[] prevLevels)