Summary:
Detail:
final A
_1
final B
_2
final C
_3
final D
_4
final E
_5
Tuple5(A a, B b, C c, D d, E e)
boolean
equals(Object other)
void
exec(PentaConsumer<? super A,? super B,? super C,? super D,? super E> f)
A
get1()
B
get2()
C
get3()
D
get4()
E
get5()
int
hashCode()
<T> T
map(PentaFunction<? super A,? super B,? super C,? super D,? super E,? extends T> f)
test(PentaPredicate<? super A,? super B,? super C,? super D,? super E> f)
String
toString()
Tuple5<A,B,C,D,E>
update1(A a)
update2(B b)
update3(C c)
update4(D d)
update5(E e)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals
Object
hashCode
toString