| Modifier and Type | Method and Description |
|---|---|
Tuples.T5<V1,V2,V3,V4,V5> |
Tuples.T5._1(V1 v) |
Tuples.T5<V1,V2,V3,V4,V5> |
Tuples.T5._2(V2 v) |
Tuples.T5<V1,V2,V3,V4,V5> |
Tuples.T5._3(V3 v) |
Tuples.T5<V1,V2,V3,V4,V5> |
Tuples.T5._4(V4 v) |
Tuples.T5<V1,V2,V3,V4,V5> |
Tuples.T5._5(V5 v) |
static <V1,V2,V3,V4,V5> |
Tuples.of(V1 first,
V2 second,
V3 third,
V4 fourth,
V5 fifth) |
<X> Tuples.T5<X,V2,V3,V4,V5> |
Tuples.T5.with_1(X x)
new Type of Tuple
|
<X> Tuples.T5<V1,X,V3,V4,V5> |
Tuples.T5.with_2(X x)
new Type of Tuple
|
<X> Tuples.T5<V1,V2,X,V4,V5> |
Tuples.T5.with_3(X x)
new Type of Tuple
|
<X> Tuples.T5<V1,V2,V3,X,V5> |
Tuples.T5.with_4(X x)
new Type of Tuple
|
<X> Tuples.T5<V1,V2,V3,V4,X> |
Tuples.T4.with_5(X x)
new Type of Tuple
|
<X> Tuples.T5<V1,V2,V3,V4,X> |
Tuples.T5.with_5(X x)
new Type of Tuple
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
Tuples.fifth(Tuples.T5<?,?,?,?,T> t) |
Copyright © 2017. All rights reserved.