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 Details

  • Constructor Details

    • OTriple

      public OTriple()
    • OTriple

      public OTriple(K iKey, V iValue, SV iSubValue)
  • Method Details