- java.lang.Object
-
- swim.collections.BTreeContext<K,V>
-
-
Constructor Summary
Constructors Constructor Description BTreeContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
compareKey(Object x, Object y)
protected boolean
pageShouldMerge(BTreePage<K,V,?> page)
protected boolean
pageShouldSplit(BTreePage<K,V,?> page)
protected int
pageSplitSize()
-