public final class Tuple7<T1,T2,T3,T4,T5,T6,T7> extends Tuple
modCount| Constructor and Description |
|---|
Tuple7(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7) |
Tuple7(Tuple7<T1,T2,T3,T4,T5,T6,T7> tuple) |
| Modifier and Type | Method and Description |
|---|---|
Tuple7<T1,T2,T3,T4,T5,T6,T7> |
clone() |
T5 |
getFifth()
Deprecated.
|
T1 |
getFirst()
Deprecated.
|
T4 |
getFourth()
Deprecated.
|
T2 |
getSecond()
Deprecated.
|
T7 |
getSeventh()
Deprecated.
|
T6 |
getSixth()
Deprecated.
|
T3 |
getThird()
Deprecated.
|
T1 |
getV1() |
T2 |
getV2() |
T3 |
getV3() |
T4 |
getV4() |
T5 |
getV5() |
T6 |
getV6() |
T7 |
getV7() |
compareTo, equals, get, hashCode, size, subList, subTuple, toArray, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tuple, tupleadd, add, addAll, clear, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, setaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArrayparallelStream, removeIf, stream@Deprecated public T1 getFirst()
@Deprecated public T2 getSecond()
@Deprecated public T3 getThird()
@Deprecated public T4 getFourth()
@Deprecated public T5 getFifth()
@Deprecated public T6 getSixth()
@Deprecated public T7 getSeventh()
public T1 getV1()
public T2 getV2()
public T3 getV3()
public T4 getV4()
public T5 getV5()
public T6 getV6()
public T7 getV7()