Class STreeContext<T>

java.lang.Object
swim.collections.STreeContext<T>
Direct Known Subclasses:
STree, STreeList

public abstract class STreeContext<T> extends Object
  • Constructor Details

    • STreeContext

      public STreeContext()
  • Method Details

    • identify

      protected Object identify(T value)
    • compare

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

      protected int pageSplitSize()
    • pageShouldSplit

      protected boolean pageShouldSplit(STreePage<T> page)
    • pageShouldMerge

      protected boolean pageShouldMerge(STreePage<T> page)