Class OPair<K extends Comparable,V>

java.lang.Object
com.orientechnologies.common.util.OPair<K,V>
Type Parameters:
K - Key
V - Value
All Implemented Interfaces:
Serializable, Comparable<OPair<K,V>>, Map.Entry<K,V>

public class OPair<K extends Comparable,V> extends Object implements Map.Entry<K,V>, Comparable<OPair<K,V>>, Serializable
Keeps a pair of values as Key/Value.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also: