Class QuadraticLeafSplitter<T>

  • Type Parameters:
    T -
    All Implemented Interfaces:
    LeafSplitter<T>

    public class QuadraticLeafSplitter<T>
    extends Object
    implements LeafSplitter<T>
    splits the passed entries using the quadratic method (for R-Tree)
    Author:
    Tom Nelson