Class BasicMapEntry<K,V>

java.lang.Object
edu.uci.ics.jung.algorithms.util.BasicMapEntry<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Map.Entry<K,V>

public class BasicMapEntry<K,V> extends Object implements Map.Entry<K,V>
An simple minimal implementation of Map.Entry.