Class AbstractRTree.PairDebug<P,​Q>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbstractRTree<T extends RNode>

    public static class AbstractRTree.PairDebug<P,​Q>
    extends Pair<P,​Q>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Returns a String representation of this map entry.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: Pair
        Returns a String representation of this map entry. This implementation returns the string representation of this entry's key followed by the equals character ("=") followed by the string representation of this entry's value.
        Overrides:
        toString in class Pair<P,​Q>
        Returns:
        a String representation of this map entry