char
values.
Note that because this matches on char
values only (as opposed to int
code points),
this only operates on the level of code units and doesn't support supplementary characters
(see Character#isSupplementaryCodePoint(int)
).
Modifier and Type | Method and Description |
---|---|
public boolean |
matches | back to summary |
---|---|
public boolean matches(char c) |