Determines a true or false value for the given character.
(char c)
| 444 | |
| 445 | /** Determines a true or false value for the given character. */ |
| 446 | public abstract boolean matches(char c); |
| 447 | |
| 448 | // Non-static factories |
| 449 |
no outgoing calls
no test coverage detected