Class AbstractRTree.PQItem

  • Enclosing class:
    AbstractRTree<T extends RNode>

    protected class AbstractRTree.PQItem
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected RNode getNode()  
      protected int getTieBreaker()  
      protected boolean isLeaf()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNode

        protected RNode getNode()
      • isLeaf

        protected boolean isLeaf()
      • getTieBreaker

        protected int getTieBreaker()