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