| 程序包 | 说明 |
|---|---|
| cn.hutool.core.collection | |
| cn.hutool.core.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> int |
CollUtil.count(Iterable<T> iterable,
Matcher<T> matcher)
集合中匹配规则的数量
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
StrUtil.isAllCharMatch(CharSequence value,
Matcher<Character> matcher)
字符串的每一个字符是否都与定义的匹配器匹配
|
Copyright © 2018. All rights reserved.