Class MapEntry<K,V>

java.lang.Object
org.javimmutable.collections.MapEntry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>, IMapEntry<K,V>

@Immutable public class MapEntry<K,V> extends Object implements IMapEntry<K,V>, Map.Entry<K,V>
Immutable implementation of both Map.Entry and IMapEntry that uses the same equals() and hashCode() implementations as documented in javadoc for Map.Entry.