@InterfaceAudience.Private public class Triple<A,B,C> extends Object
Triple()
Triple(A first, B second, C third)
static <A,B,C> Triple<A,B,C>
create(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()
public Triple(A first, B second, C third)
public static <A,B,C> Triple<A,B,C> create(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 © 2007–2018 The Apache Software Foundation. All rights reserved.