- java.lang.Object
-
- swim.collections.STreeContext<T>
-
-
Constructor Summary
Constructors Constructor Description STreeContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
compare(Object x, Object y)
protected Object
identify(T value)
protected boolean
pageShouldMerge(STreePage<T> page)
protected boolean
pageShouldSplit(STreePage<T> page)
protected int
pageSplitSize()
-