| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.map |
Map相关封装,提供特殊Map实现以及Map工具MapUtil
|
| 限定符和类型 | 方法和说明 |
|---|---|
<K,V> MapJoiner |
MapJoiner.append(Iterator<? extends Map.Entry<K,V>> parts,
Predicate<Map.Entry<K,V>> predicate)
追加Entry列表
|
<K,V> MapJoiner |
MapJoiner.append(Map<K,V> map,
Predicate<Map.Entry<K,V>> predicate)
追加Map
|
MapJoiner |
MapJoiner.append(String... params)
追加其他字符串,其他字符串简单拼接
|
static MapJoiner |
MapJoiner.of(String separator,
String keyValueSeparator)
构建一个MapJoiner
|
static MapJoiner |
MapJoiner.of(StrJoiner joiner,
String keyValueSeparator)
构建一个MapJoiner
|
Copyright © 2024. All rights reserved.