public class OTriple<K extends Comparable<K>,V extends Comparable<V>,SV> extends Object implements Comparable<OTriple<K,V,SV>>
OPair
Constructor and Description |
---|
OTriple() |
OTriple(K iKey,
V iValue,
SV iSubValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OTriple<K,V,SV> o) |
boolean |
equals(Object obj) |
K |
getKey() |
OPair<V,SV> |
getValue() |
int |
hashCode() |
void |
init(K iKey,
V iValue,
SV iSubValue) |
void |
setSubValue(SV iSubValue) |
OPair<V,SV> |
setValue(OPair<V,SV> iValue) |
String |
toString() |
public K extends Comparable<K> key
public OPair<V extends Comparable<V>,SV> value
Copyright © 2009–2020 OrientDB. All rights reserved.