Interface LeafSplitter<T>

  • Type Parameters:
    T - the type of the elements
    All Known Implementing Classes:
    QuadraticLeafSplitter, RStarLeafSplitter

    public interface LeafSplitter<T>
    Interface for splitting LeafVertices containing Map.Entries as children
    Author:
    Tom Nelson