Class MapEntry.SimpleMapEntry<K,V>

java.lang.Object
org.wildfly.clustering.server.util.MapEntry.SimpleMapEntry<K,V>
Type Parameters:
K - the map entry key type
V - the map entry value type
All Implemented Interfaces:
Serializable, Map.Entry<K,V>, MapEntry<K,V>
Enclosing interface:
MapEntry<K,V>

public static class MapEntry.SimpleMapEntry<K,V> extends Object implements MapEntry<K,V>
A simple map entry implementation.
Author:
Paul Ferraro
See Also: