public class Triple<A, B, C> extends Object
Triple(A aValue, B bValue, C cValue)
public boolean
equals(Object obj)
public A
getaValue()
public B
getbValue()
public C
getcValue()
public int
hashCode()
public String
toString()
class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait