public final class Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> extends Tuple
modCount
Constructor and Description |
---|
Tuple11(T1 v1,
T2 v2,
T3 v3,
T4 v4,
T5 v5,
T6 v6,
T7 v7,
T8 v8,
T9 v9,
T10 v10,
T11 v11) |
Tuple11(Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> tuple) |
Modifier and Type | Method and Description |
---|---|
Tuple11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
clone() |
T1 |
getV1() |
T10 |
getV10() |
T11 |
getV11() |
T2 |
getV2() |
T3 |
getV3() |
T4 |
getV4() |
T5 |
getV5() |
T6 |
getV6() |
T7 |
getV7() |
T8 |
getV8() |
T9 |
getV9() |
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
public Tuple11(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11)