Interface Splitter<T>

  • Type Parameters:
    T - the type of element stored in the RTree
    All Known Implementing Classes:
    QuadraticSplitter, RStarSplitter

    public interface Splitter<T>
    interface for classes that hold semantics for R-Tree and R*-Tree
    Author:
    Tom Nelson