| Package | Description |
|---|---|
| org.aoju.bus.core.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
CollUtils.count(Iterable<T> iterable,
Matcher<T> matcher)
集合中匹配规则的数量
|
static boolean |
StringUtils.isAllCharMatch(CharSequence value,
Matcher<Character> matcher)
字符串的每一个字符是否都与定义的匹配器匹配
|
Copyright © 2019. All rights reserved.