Package pascal.taie.util.collection
Class MapEntry<K,V>
java.lang.Object
pascal.taie.util.collection.MapEntry<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
Map entry.
Pair of a key and a value.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MapEntry
Constructs a new map entry.
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-