Uses of Interface
org.aoju.bus.core.lang.Matcher
Packages that use Matcher
Package
Description
文本查找类及实现
查找文本中的字符(正向、反向)
查找文本中的匹配字符(正向、反向)
查找文本中的字符串(正向、反向)
查找文本中匹配正则的字符串(正向)
工具包,提供各种工具方法,按照归类入口为XXXKit,如数组工具ArrayKit等
-
Uses of Matcher in org.aoju.bus.core.text.finder
Constructors in org.aoju.bus.core.text.finder with parameters of type Matcher -
Uses of Matcher in org.aoju.bus.core.toolkit
Methods in org.aoju.bus.core.toolkit with parameters of type MatcherModifier and TypeMethodDescriptionstatic <T> int集合中匹配规则的数量static <T> intArrayKit.firstNonAll(Matcher<T> matcher, int beginIndexInclude, T... array) 返回数组中第一个匹配规则的值的位置static <T> intArrayKit.firstNonAll(Matcher<T> matcher, T... array) 返回数组中第一个匹配规则的值的位置static <T> TArrayKit.firstNonNull(Matcher<T> matcher, T... array) 返回数组中第一个匹配规则的值static <T> TIterKit.getFirstNoneNull(Iterator<T> iterator, Matcher<T> matcher) 返回Iterator中第一个匹配规则的值static <T> intCollKit.indexOf(Collection<T> collection, Matcher<T> matcher) 获取匹配规则定义中匹配到元素的第一个位置 此方法对于某些无序集合的位置信息,以转换为数组后的位置为准static <T> int[]CollKit.indexOfAll(Collection<T> collection, Matcher<T> matcher) 获取匹配规则定义中匹配到元素的所有位置 此方法对于某些无序集合的位置信息,以转换为数组后的位置为准static booleanCharsKit.isAllCharMatch(CharSequence value, Matcher<Character> matcher) 字符串的每一个字符是否都与定义的匹配器匹配static <T> intCollKit.lastIndexOf(Collection<T> collection, Matcher<T> matcher) 获取匹配规则定义中匹配到元素的最后位置 此方法对于某些无序集合的位置信息,以转换为数组后的位置为准static <T> intCollKit.lastIndexOf(List<T> list, Matcher<T> matcher) 获取匹配规则定义中匹配到元素的最后位置 此方法对于某些无序集合的位置信息,以转换为数组后的位置为准