-
- All Implemented Interfaces:
public class CharMatchers extends ComponentRegistry<CharMatcher>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCharMatchers.AnyMatcherpublic classCharMatchers.NoneMatcherpublic classCharMatchers.LetterMatcherpublic classCharMatchers.DigitMatcherpublic classCharMatchers.LetterOrDigitMatcherpublic classCharMatchers.WhitespaceMatcher
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, CharMatcher>componentspublic final static CharMatchersINSTANCE
-
Method Summary
Modifier and Type Method Description final Map<String, CharMatcher>getComponents()得到已注册的组件映射。Get registered component map. -
-
Method Detail
-
getComponents
final Map<String, CharMatcher> getComponents()
得到已注册的组件映射。
Get registered component map.
-
-
-
-