Package oracle.spatial.geometry
Class AbstractRTree.PairDebug<P,Q>
- java.lang.Object
-
- oracle.spatial.geometry.Pair<P,Q>
-
- oracle.spatial.geometry.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.
-
-
-
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.
-
-