Map.Entry
public class BTreeMap.MapEntry extends Object implements Map.Entry
MapEntry(Object key, Object value)
Object
getKey()
getValue()
setValue(Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public MapEntry(Object key, Object value)
key
value
public Object getKey()
getKey
public Object getValue()
getValue
public Object setValue(Object value)
setValue