org.opengts.util
Class RTKey.EntryReference
java.lang.Object
org.opengts.util.RTKey.EntryReference
- Enclosing class:
- RTKey
public static class RTKey.EntryReference
- extends java.lang.Object
Represents a reference to another RTKey.Entry
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RTKey.EntryReference
public RTKey.EntryReference(java.lang.String key)
getKey
public java.lang.String getKey()
getReferencedEntry
public RTKey.Entry getReferencedEntry()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object