-
- All Implemented Interfaces:
public final class CharMatcherExtensions
-
-
Method Summary
Modifier and Type Method Description final static BooleanmatchesBy(Character $self, CharMatcher charMatcher)判断指定的字符是否匹配指定的字符匹配器。 final static BooleanmatchesBy(String $self, StringMatcher stringMatcher)判断指定的字符串是否匹配指定的字符串匹配器。 -
-
Method Detail
-
matchesBy
final static Boolean matchesBy(Character $self, CharMatcher charMatcher)
判断指定的字符是否匹配指定的字符匹配器。
-
matchesBy
final static Boolean matchesBy(String $self, StringMatcher stringMatcher)
判断指定的字符串是否匹配指定的字符串匹配器。
-
-
-
-