public abstract class AbstractMapEntry extends Object implements Map.Entry
AbstractMapEntry()
boolean
equals(Object o)
abstract Object
getKey()
getValue()
int
hashCode()
setValue(Object value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public AbstractMapEntry()
public abstract Object getKey()
getKey
Map.Entry
public abstract Object getValue()
getValue
public abstract Object setValue(Object value)
setValue
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode