| Class | Description |
|---|---|
| Tuple |
The base class of all tuples.
|
| Tuple1<T0> |
A tuple with 1 fields.
|
| Tuple10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> |
A tuple with 10 fields.
|
| Tuple11<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
A tuple with 11 fields.
|
| Tuple12<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> |
A tuple with 12 fields.
|
| Tuple13<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> |
A tuple with 13 fields.
|
| Tuple14<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
A tuple with 14 fields.
|
| Tuple15<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> |
A tuple with 15 fields.
|
| Tuple16<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> |
A tuple with 16 fields.
|
| Tuple17<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> |
A tuple with 17 fields.
|
| Tuple18<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> |
A tuple with 18 fields.
|
| Tuple19<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> |
A tuple with 19 fields.
|
| Tuple2<T0,T1> |
A tuple with 2 fields.
|
| Tuple20<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> |
A tuple with 20 fields.
|
| Tuple21<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> |
A tuple with 21 fields.
|
| Tuple22<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> |
A tuple with 22 fields.
|
| Tuple23<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> |
A tuple with 23 fields.
|
| Tuple24<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23> |
A tuple with 24 fields.
|
| Tuple25<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,T23,T24> |
A tuple with 25 fields.
|
| Tuple3<T0,T1,T2> |
A tuple with 3 fields.
|
| Tuple4<T0,T1,T2,T3> |
A tuple with 4 fields.
|
| Tuple5<T0,T1,T2,T3,T4> |
A tuple with 5 fields.
|
| Tuple6<T0,T1,T2,T3,T4,T5> |
A tuple with 6 fields.
|
| Tuple7<T0,T1,T2,T3,T4,T5,T6> |
A tuple with 7 fields.
|
| Tuple8<T0,T1,T2,T3,T4,T5,T6,T7> |
A tuple with 8 fields.
|
| Tuple9<T0,T1,T2,T3,T4,T5,T6,T7,T8> |
A tuple with 9 fields.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.