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:
Map.Entry<K,
V>
An simple minimal implementation of
Map.Entry
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BasicMapEntry
- Parameters:
k
- the keyv
- the value
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-