Class KeyValuePair<K,V>

java.lang.Object
org.infinispan.util.KeyValuePair<K,V>
All Implemented Interfaces:
Map.Entry<K,V>

@ProtoTypeId(1117) public class KeyValuePair<K,V> extends Object implements Map.Entry<K,V>
Holds logically related key-value pairs or binary tuples.
Since:
6.0
Author:
Mircea Markus