public final class Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>
extends Tuple
Represents a list of 13 typed Objects.
| Constructor and description |
|---|
Tuple13(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13)Creates a tuple containing the supplied elements. |
Tuple13(Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> tuple)Creates a tuple from the supplied tuple. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
clone(){@inheritDoc} |
|
public T1 |
getV1()Returns the first element. |
|
public T10 |
getV10()Returns the tenth element. |
|
public T11 |
getV11()Returns the eleventh element. |
|
public T12 |
getV12()Returns the twelfth element. |
|
public T13 |
getV13()Returns the thirteenth element. |
|
public T2 |
getV2()Returns the second element. |
|
public T3 |
getV3()Returns the third element. |
|
public T4 |
getV4()Returns the fourth element. |
|
public T5 |
getV5()Returns the fifth element. |
|
public T6 |
getV6()Returns the sixth element. |
|
public T7 |
getV7()Returns the seventh element. |
|
public T8 |
getV8()Returns the eighth element. |
|
public T9 |
getV9()Returns the ninth element. |
Creates a tuple containing the supplied elements.
v1 - the first elementv2 - the second elementv3 - the third elementv4 - the fourth elementv5 - the fifth elementv6 - the sixth elementv7 - the seventh elementv8 - the eighth elementv9 - the ninth elementv10 - the tenth elementv11 - the eleventh elementv12 - the twelfth elementv13 - the thirteenth elementCreates a tuple from the supplied tuple.
tuple - the source tuple{@inheritDoc}
Returns the first element.
Returns the tenth element.
Returns the eleventh element.
Returns the twelfth element.
Returns the thirteenth element.
Returns the second element.
Returns the third element.
Returns the fourth element.
Returns the fifth element.
Returns the sixth element.
Returns the seventh element.
Returns the eighth element.
Returns the ninth element.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.