Class OTriple<K extends Comparable<K>,V extends Comparable<V>,SV>
java.lang.Object
com.orientechnologies.common.util.OTriple<K,V,SV>
- All Implemented Interfaces:
Comparable<OTriple<K,V, SV>>
public class OTriple<K extends Comparable<K>,V extends Comparable<V>,SV>
extends Object
implements Comparable<OTriple<K,V,SV>>
Structure to handle a triple of values configured as a key and a Pair as value.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
-
value
-
-
Constructor Details
-
OTriple
public OTriple() -
OTriple
-
-
Method Details