public final class Tuple3<A,B,C> extends Object
Tuple3(A a, B b, C c)
boolean
equals(Object that)
A
getA()
B
getB()
C
getC()
int
hashCode()
String
toString()
static <A,B,C> Tuple3<A,B,C>
tuple3(A a, B b, C c)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Tuple3(A a, B b, C c)
public A getA()
public B getB()
public C getC()
public boolean equals(Object that)
equals
Object
public int hashCode()
hashCode
public static <A,B,C> Tuple3<A,B,C> tuple3(A a, B b, C c)
public String toString()
toString
Copyright © 2009–2021 Opencast Project. All rights reserved.