| 程序包 | 说明 |
|---|---|
| com.github.bingoohuang.utils.tuple |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Tuple3<T1,T2,T3>
A tuple that holds two non-null values.
|
class |
Tuple4<T1,T2,T3,T4>
A tuple that holds two non-null values.
|
class |
Tuple5<T1,T2,T3,T4,T5>
A tuple that holds two non-null values.
|
class |
Tuple6<T1,T2,T3,T4,T5,T6>
A tuple that holds two non-null values.
|
class |
Tuple7<T1,T2,T3,T4,T5,T6,T7>
A tuple that holds two non-null values.
|
class |
Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>
A tuple that holds two non-null values.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Tuple2 |
Tuples.from(Object[] list)
|
static <T1,T2> Tuple2<T1,T2> |
Tuples.of(T1 t1,
T2 t2)
Create a
Tuple2 with the given objects. |
Copyright © 2018. All rights reserved.