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 TypeClassDescriptionclassBSkipLevels<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.levelHashMethods in net.metanotion.io.block.index that return SkipLevelsMethods in net.metanotion.io.block.index with parameters of type SkipLevelsModifier and TypeMethodDescriptionbooleanBSkipLevels.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.levelsprotected SkipLevels<K,V> SkipList.stackMethods in net.metanotion.util.skiplist that return SkipLevelsMethods in net.metanotion.util.skiplist with parameters of type SkipLevelsModifier and TypeMethodDescriptionbooleanSkipLevels.blvlck(boolean fix, int width, SkipLevels<K, V>[] prevLevels)