AbstractMap.SimpleEntry
Class AbstractMap.SimpleEntry<K,V>
- java.lang.Object
-
- java.util.AbstractMap.SimpleEntry<K,V>
- All Implemented Interfaces:
- Serializable, Map.Entry<K,V>
- Enclosing class:
- AbstractMap<K,V>
public static class AbstractMap.SimpleEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
An Entry maintaining a key and a value. The value may be changed using the setValue
method. This class