K - Key of the map-entryV - Value of the map-entrypublic class MapEntry<K,V> extends Object implements Map.Entry<K,V>
Map.Entry implementations. If objects of this class
are used instead of the regular ones obtained by Map.entrySet(),
then we need not worry about the actual field-names or any changes to them
in the future.ConcurrentHashMap.MapEntry does not name the fields as key/
value in Java 1.8 while it used to do so in Java 1.7Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.