public class ORawTriple<K,T,V> extends Object
K
first
T
second
V
third
ORawTriple(K first, T second, V third)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public final K first
public final T second
public final V third
public ORawTriple(K first, T second, V third)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2009–2025 OrientDB. All rights reserved.