| Package | Description |
|---|---|
| org.aoju.bus.core.toolkit |
| Modifier and Type | Method and Description |
|---|---|
static <T> int |
CollKit.count(Iterable<T> iterable,
Matcher<T> matcher)
集合中匹配规则的数量
|
static <T> int[] |
CollKit.indexOfAll(Collection<T> collection,
Matcher<T> matcher)
获取匹配规则定义中匹配到元素的所有位置
此方法对于某些无序集合的位置信息,以转换为数组后的位置为准
|
static boolean |
StringKit.isAllCharMatch(CharSequence value,
Matcher<Character> matcher)
字符串的每一个字符是否都与定义的匹配器匹配
|
Copyright © 2020. All rights reserved.