Package edu.uci.ics.jung.algorithms.util
Class BasicMapEntry<K,V>
- java.lang.Object
-
- edu.uci.ics.jung.algorithms.util.BasicMapEntry<K,V>
-
- Type Parameters:
K
- the key typeV
- the value type
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
public class BasicMapEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
An simple minimal implementation ofMap.Entry
.
-
-
Constructor Summary
Constructors Constructor Description BasicMapEntry(K k, V v)
-