Map.Entry<String,O>
private final String
key
private String
mapped
private final O
value
MappedEntry(String key, O value)
String
getKey()
getMapped()
O
getValue()
(package private) void
setMapped(String mapped)
setValue(O o)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
getKey
getValue
setValue
toString
Object