public class TripleImpl<F,S,T> extends java.lang.Object implements Triple<F,S,T>
TripleImpl(F first, S second, T third)
boolean
equals(java.lang.Object other)
F
getFirst()
S
getSecond()
T
getThird()
int
hashCode()
java.lang.String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public TripleImpl(F first, S second, T third)
public F getFirst()
getFirst
Triple<F,S,T>
public S getSecond()
getSecond
public T getThird()
getThird
public boolean equals(java.lang.Object other)
equals
java.lang.Object
public int hashCode()
hashCode
public java.lang.String toString()
toString