Package | Description |
---|---|
cn.hutool.core.text |
提供文本相关操作的封装,还包括Unicode工具UnicodeUtil
|
Modifier and Type | Method and Description |
---|---|
static StrJoiner.NullMode |
StrJoiner.NullMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StrJoiner.NullMode[] |
StrJoiner.NullMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StrJoiner |
StrJoiner.setNullMode(StrJoiner.NullMode nullMode)
设置
null 元素处理逻辑 |
Copyright © 2024. All rights reserved.