public final class Triplet<E,F,G> extends Object
Triplet(E x, F y, G z)
boolean
equals(Object obj)
E
first()
Object
get(int idx)
int
hashCode()
F
second()
G
third()
Object[]
toArray()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Triplet(E x, F y, G z)
public E first()
public F second()
public G third()
public Object get(int idx)
public Object[] toArray()
public String toString()
toString
public int hashCode()
hashCode
public boolean equals(Object obj)
equals