Summary:
Detail:
final A
_1
final B
_2
final C
_3
Tuple3(A a, B b, C c)
boolean
equals(Object other)
void
exec(TriConsumer<? super A,? super B,? super C> f)
A
get1()
B
get2()
C
get3()
int
hashCode()
<T> T
map(TriFunction<? super A,? super B,? super C,? extends T> f)
test(TriPredicate<? super A,? super B,? super C> f)
String
toString()
Tuple3<A,B,C>
update1(A a)
update2(B b)
update3(C c)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals
Object
hashCode
toString