| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Tuple.Tuple1<T1>
The Class Tuple1.
|
static class |
Tuple.Tuple2<T1,T2>
The Class Tuple2.
|
static class |
Tuple.Tuple3<T1,T2,T3>
The Class Tuple3.
|
static class |
Tuple.Tuple4<T1,T2,T3,T4>
The Class Tuple4.
|
static class |
Tuple.Tuple5<T1,T2,T3,T4,T5>
The Class Tuple5.
|
static class |
Tuple.Tuple6<T1,T2,T3,T4,T5,T6>
The Class Tuple6.
|
static class |
Tuple.Tuple7<T1,T2,T3,T4,T5,T6,T7>
The Class Tuple7.
|
static class |
Tuple.Tuple8<T1,T2,T3,T4,T5,T6,T7,T8>
The Class Tuple8.
|
static class |
Tuple.Tuple9<T1,T2,T3,T4,T5,T6,T7,T8,T9>
The Class Tuple9.
|
| Modifier and Type | Method and Description |
|---|---|
static <TP extends Tuple<TP>> |
Tuple.from(Collection<?> c) |
static <TP extends Tuple<TP>> |
Tuple.from(Object[] a) |
Copyright © 2021. All rights reserved.