T0 - type of 0th elementT1 - type of 1th elementT2 - type of 2th elementT3 - type of 3th elementT4 - type of 4th elementT5 - type of 5th elementT6 - type of 6th elementT7 - type of 7th elementT8 - type of 8th elementT9 - type of 9th elementT10 - type of 10th elementT11 - type of 11th elementT12 - type of 12th elementT13 - type of 13th elementT14 - type of 14th elementT15 - type of 15th elementpublic abstract class Tuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> extends BaseTuple
| Constructor and Description |
|---|
Tuple16() |
| Modifier and Type | Method and Description |
|---|---|
abstract T0 |
get_0()
Gets the 0th element.
|
abstract T1 |
get_1()
Gets the 1st element.
|
abstract T10 |
get_10()
Gets the 10th element.
|
abstract T11 |
get_11()
Gets the 11th element.
|
abstract T12 |
get_12()
Gets the 12th element.
|
abstract T13 |
get_13()
S Gets the 13th element.
|
abstract T14 |
get_14()
Gets the 14th element.
|
abstract T15 |
get_15()
Gets the 15th element.
|
abstract T2 |
get_2()
Gets the 2nd element.
|
abstract T3 |
get_3()
Gets the 3th element.
|
abstract T4 |
get_4()
Gets the 4th element.
|
abstract T5 |
get_5()
Gets the 5th element.
|
abstract T6 |
get_6()
Gets the 6th element.
|
abstract T7 |
get_7()
Gets the 7th element.
|
abstract T8 |
get_8()
Gets the 8th element.
|
abstract T9 |
get_9()
Gets the 9th element.
|
static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
of(T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5,
T6 t6,
T7 t7,
T8 t8,
T9 t9,
T10 t10,
T11 t11,
T12 t12,
T13 t13,
T14 t14,
T15 t15)
Creates a
Tuple16 of 16 elements. |
int |
size()
Gets the number of elements of the
Tuple. |
Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
tail()
Gets a
Tuple15 with all the elements of this tuple skipping the first
one. |
public static <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> Tuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> of(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15)
Tuple16 of 16 elements.T0 - type of 0th elementT1 - type of 1th elementT2 - type of 2th elementT3 - type of 3th elementT4 - type of 4th elementT5 - type of 5th elementT6 - type of 6th elementT7 - type of 7th elementT8 - type of 8th elementT9 - type of 9th elementT10 - type of 10th elementT11 - type of 11th elementT12 - type of 12th elementT13 - type of 13th elementT14 - type of 14th elementT15 - type of 15th elementt0 - 0th elementt1 - 1th elementt2 - 2th elementt3 - 3th elementt4 - 4th elementt5 - 5th elementt6 - 6th elementt7 - 7th elementt8 - 8th elementt9 - 9th elementt10 - 10th elementt11 - 11th elementt12 - 12th elementt13 - 13th elementt14 - 14th elementt15 - 15th elementTuple16public int size()
TupleTuple.Tuplepublic abstract T0 get_0()
public abstract T1 get_1()
public abstract T2 get_2()
public abstract T3 get_3()
public abstract T4 get_4()
public abstract T5 get_5()
public abstract T6 get_6()
public abstract T7 get_7()
public abstract T8 get_8()
public abstract T9 get_9()
public abstract T10 get_10()
public abstract T11 get_11()
public abstract T12 get_12()
public abstract T13 get_13()
public abstract T14 get_14()
public abstract T15 get_15()
Copyright © 2021. All rights reserved.