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, hashCodepublic Object getKey()
getKey in interface Map.EntrygetKey in class AbstractMapEntrypublic Object getValue()
getValue in interface Map.EntrygetValue in class AbstractMapEntry