类 | 说明 |
---|---|
Tuple2<T1,T2> |
A tuple that holds two non-null values.
|
Tuple2Test | |
Tuple3<T1,T2,T3> |
A tuple that holds three non-null values.
|
Tuple3Test | |
Tuple4<T1,T2,T3,T4> |
A tuple that holds four non-null values
|
Tuple4Test | |
Tuple5<T1,T2,T3,T4,T5> |
A tuple that holds five non-null values
|
Tuple5Test | |
Tuple6<T1,T2,T3,T4,T5,T6> |
A tuple that holds six values
|
Tuple6Test | |
Tuple7<T1,T2,T3,T4,T5,T6,T7> |
A tuple that holds seven non-null values
|
Tuple7Test | |
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> |
A tuple that holds eight values
|
Tuple8Test | |
Tuples |
A Tuples is an immutable
Collection of objects, each of which can be of an arbitrary type. |
TupleTests |
Tuples
provide a type-safe way to specify multiple parameters.