| Package | Description |
|---|---|
| com.github.taomus.mytools.exception | |
| com.github.taomus.mytools.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
UnrealizedException |
| Modifier and Type | Method and Description |
|---|---|
Tuple |
NamedTuple.build(java.lang.Object arg0,
java.lang.Object... args) |
static Tuple |
Tuple.fromString(java.lang.String value)
将元组字符串转为元组类型
|
static Tuple |
Tuple.fromTuple(java.util.List<java.lang.Object> data)
将集合转为元组
|
| Constructor and Description |
|---|
Tuple(java.lang.Object arg0,
java.lang.Object... args)
在给元组对象传递多个值时,第二个参数不能为数组类型,可以使用集合代替,数组容易被拆分为多个单值
|
Copyright © 2020. All Rights Reserved.