| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.base.tuple |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Tuple0
Tuple0 consisting of empty element.
|
class |
Tuple1<A>
Tuple1 consisting of one element.
|
class |
Tuple2<A,B>
Tuple2 consisting of two elements.
|
class |
Tuple3<A,B,C>
Tuple3 consisting of three elements.
|
class |
Tuple4<A,B,C,D>
Tuple4 consisting of four elements.
|
class |
Tuple5<A,B,C,D,E>
Tuple5 consisting of five elements.
|
class |
Tuple6<A,B,C,D,E,F>
Tuple6 consisting of six elements.
|
class |
Tuple7<A,B,C,D,E,F,G>
Tuple7 consisting of seven elements.
|
class |
Tuple8<A,B,C,D,E,F,G,H>
Tuple8 consisting of eight elements.
|
class |
Tuple9<A,B,C,D,E,F,G,H,I>
Tuple9 consisting of nine elements.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract <T extends Tuple> |
Tuple.copy()
Returns a copy of this instance.
|
Copyright © 2023. All rights reserved.