| 类 | 说明 |
|---|---|
| Tuple1<T1> |
A tuple that holds two non-null values.
|
| Tuple2<T1,T2> |
A tuple that holds two non-null values.
|
| Tuple3<T1,T2,T3> |
A tuple that holds two non-null values.
|
| Tuple4<T1,T2,T3,T4> |
A tuple that holds two non-null values.
|
| Tuple5<T1,T2,T3,T4,T5> |
A tuple that holds two non-null values.
|
| Tuple6<T1,T2,T3,T4,T5,T6> |
A tuple that holds two non-null values.
|
| Tuple7<T1,T2,T3,T4,T5,T6,T7> |
A tuple that holds two non-null values.
|
| Tuple8<T1,T2,T3,T4,T5,T6,T7,T8> |
A tuple that holds two non-null values.
|
| Tuples |
A Tuples is an immutable
Collection of objects, each of which can be of an arbitrary type. |
Copyright © 2018. All rights reserved.