public final class Tuple5<T1,T2,T3,T4,T5> extends Tuple
modCount
Constructor and Description |
---|
Tuple5(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5) |
Tuple5(Tuple5<T1,T2,T3,T4,T5> tuple) |
Modifier and Type | Method and Description |
---|---|
Tuple5<T1,T2,T3,T4,T5> |
clone() |
T5 |
getFifth()
Deprecated.
|
T1 |
getFirst()
Deprecated.
|
T4 |
getFourth()
Deprecated.
|
T2 |
getSecond()
Deprecated.
|
T3 |
getThird()
Deprecated.
|
T1 |
getV1() |
T2 |
getV2() |
T3 |
getV3() |
T4 |
getV4() |
T5 |
getV5() |
compareTo, equals, get, hashCode, size, subList, subTuple, toArray, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple
add, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray
parallelStream, removeIf, stream
@Deprecated public T1 getFirst()
@Deprecated public T2 getSecond()
@Deprecated public T3 getThird()
@Deprecated public T4 getFourth()
@Deprecated public T5 getFifth()
public T1 getV1()
public T2 getV2()
public T3 getV3()
public T4 getV4()
public T5 getV5()