public class Triple<F,S,T> extends Object
Triple(F first, S second, T third)
boolean
equals(Object o)
F
getFirst()
S
getSecond()
T
getThird()
int
hashCode()
static <F,S,T>Triple<F,S,T>
make(F f, S s, T t)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Triple(F first, S second, T third)
public F getFirst()
public S getSecond()
public T getThird()
public static <F,S,T> Triple<F,S,T> make(F f, S s, T t)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString