Package org.commonmark.text
Interface CharMatcher
-
- All Known Implementing Classes:
AsciiMatcher
public interface CharMatcherMatcher interface forcharvalues.Note that because this matches on
charvalues only (as opposed tointcode points), this only operates on the level of code units and doesn't support supplementary characters (seeCharacter.isSupplementaryCodePoint(int)).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(char c)
-