com.mchange.v1.util
Class SimpleMapEntry
java.lang.Object
com.mchange.v1.util.AbstractMapEntry
com.mchange.v1.util.SimpleMapEntry
- All Implemented Interfaces:
- Map.Entry
public class SimpleMapEntry
- extends AbstractMapEntry
- implements Map.Entry
SimpleMapEntry
public SimpleMapEntry(Object key,
Object value)
getKey
public Object getKey()
- Specified by:
getKey
in interface Map.Entry
- Specified by:
getKey
in class AbstractMapEntry
getValue
public Object getValue()
- Specified by:
getValue
in interface Map.Entry
- Specified by:
getValue
in class AbstractMapEntry
setValue
public Object setValue(Object value)
- Specified by:
setValue
in interface Map.Entry
- Specified by:
setValue
in class AbstractMapEntry