Uses of Class
net.metanotion.util.skiplist.SkipLevels

Packages that use SkipLevels
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
 class BSkipLevels
          On-disk format:
 

Fields in net.metanotion.io.block.index with type parameters of type SkipLevels
(package private)  HashMap<Integer,SkipLevels> BSkipList.levelHash
           
 

Methods in net.metanotion.io.block.index that return SkipLevels
 SkipLevels BSkipLevels.newInstance(int levels, SkipSpan ss, SkipList sl)
           
 

Methods in net.metanotion.io.block.index with parameters of type SkipLevels
 boolean BSkipLevels.blvlck(boolean fix, int width, SkipLevels[] prevLevels)
           
 

Uses of SkipLevels in net.metanotion.util.skiplist
 

Fields in net.metanotion.util.skiplist declared as SkipLevels
 SkipLevels[] SkipLevels.levels
           
protected  SkipLevels SkipList.stack
           
 

Methods in net.metanotion.util.skiplist that return SkipLevels
 SkipLevels SkipLevels.newInstance(int levels, SkipSpan ss, SkipList sl)
           
 SkipLevels SkipLevels.put(int start, Comparable key, Object val, SkipList sl)
           
 

Methods in net.metanotion.util.skiplist with parameters of type SkipLevels
 boolean SkipLevels.blvlck(boolean fix, int width, SkipLevels[] prevLevels)