Class BTreeContext<K,V>

java.lang.Object
swim.collections.BTreeContext<K,V>
Direct Known Subclasses:
BTree, BTreeMap

public abstract class BTreeContext<K,V> extends Object
  • Constructor Details

    • BTreeContext

      public BTreeContext()
  • Method Details

    • compareKey

      protected int compareKey(Object x, Object y)
    • pageSplitSize

      protected int pageSplitSize()
    • pageShouldSplit

      protected boolean pageShouldSplit(BTreePage<K,V,?> page)
    • pageShouldMerge

      protected boolean pageShouldMerge(BTreePage<K,V,?> page)