@InterfaceAudience.Private public class Triple<A,B,C> extends Object
Triple(A first, B second, C third)
boolean
equals(Object obj)
A
getFirst()
B
getSecond()
C
getThird()
int
hashCode()
void
setFirst(A first)
setSecond(B second)
setThird(C third)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Triple(A first, B second, C third)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
public A getFirst()
public void setFirst(A first)
public B getSecond()
public void setSecond(B second)
public C getThird()
public void setThird(C third)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.