Class AbstractRTree.DoubleRNode

  • All Implemented Interfaces:
    java.lang.Comparable<AbstractRTree.DoubleRNode>
    Enclosing class:
    AbstractRTree<T extends RNode>

    protected static class AbstractRTree.DoubleRNode
    extends java.lang.Object
    implements java.lang.Comparable<AbstractRTree.DoubleRNode>
    Helper class for {#search(ToDoubleFunction)} Stores the node plus a double value; sorts on the doubles.
    • Method Detail

      • getVal

        protected double getVal()
      • getNode

        protected RNode getNode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object