Class BSkipLevels<K extends Comparable<? super K>,​V>

java.lang.Object
net.metanotion.util.skiplist.SkipLevels<K,​V>
net.metanotion.io.block.index.BSkipLevels<K,​V>
All Implemented Interfaces:
Flushable

public class BSkipLevels<K extends Comparable<? super K>,​V>
extends SkipLevels<K,​V>
On-disk format:
    Magic number (long)
    max height (unsigned short)
    non-null height (unsigned short)
    span page (unsigned int)
    height number of level pages (unsigned ints)
Always fits on one page.