public class SimpleMapEntry extends AbstractMapEntry implements Map.Entry
Constructor and Description |
---|
SimpleMapEntry(Object key,
Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
getKey() |
Object |
getValue() |
Object |
setValue(Object value) |
equals, hashCode
public Object getKey()
getKey
in interface Map.Entry
getKey
in class AbstractMapEntry
public Object getValue()
getValue
in interface Map.Entry
getValue
in class AbstractMapEntry