- Type Parameters:
K - The type of the key held in this map entry.V - The type of the value held in this map entry.
- All Implemented Interfaces:
- Map.Entry<K,V>
public class MapEntry<K,V>
extends Object
implements Map.Entry<K,V>
Simple implementation of the Map.Entry interface.