Class MapEntry<K,V>

java.lang.Object
com.graphhopper.coll.MapEntry<K,V>
All Implemented Interfaces:
Serializable, Map.Entry<K,V>

public class MapEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Simple impl of Map.Entry. So that we can have ordered maps.
Author:
Peter Karich
See Also: