Package com.graphhopper.coll
Class MapEntry<K,V>
java.lang.Object
com.graphhopper.coll.MapEntry<K,V>
- All Implemented Interfaces:
Serializable
,Map.Entry<K,
V>
Simple impl of Map.Entry. So that we can have ordered maps.
- Author:
- Peter Karich
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
toString
-
equals
-
hashCode
public int hashCode()
-