| 程序包 | 说明 |
|---|---|
| com.github.gg_a.text | |
| com.github.gg_a.tuple |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
SI |
SI.add(Tuple... tuples) |
|
SI |
SI.add(Object... kvs) |
Add key-value pairs to this SI object.
|
SI |
SI.add(Map<String,Object> valueMap) |
|
SI |
SI.del(String... keys) |
|
SI |
SI.fill(Object... kvs) |
Fill key-value pairs to this SI object.
|
static SI |
SI.init(Object... kvs) |
Instantiate an SI object by key-value pairs, and key must be end with " ->" or " >>>" or " >>",
and key will be removed leading and trailing whitespace.
|
static SI |
SI.load(Object... kvs) |
Instantiate an SI object by key-value pairs, and key must be end with " ->" or " >>>" or " >>".
|
static SI |
SI.of(Tuple... tuples) |
|
static SI |
SI.of(Object... kvs) |
Instantiate an SI object by key-value pairs.
|
static SI |
SI.of(Map<String,Object> map) |
|
SI |
SI.set(Tuple... tuples) |
|
SI |
SI.set(Object... kvs) |
Reset this SI object with key-value pairs.
|
SI |
SI.set(Map<String,Object> valueMap) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
SI |
Tuple.toSI() |
Transform this Tuple to
SI. |
SI |
TupleBase.toSI() |
Copyright © 2021. All rights reserved.