public interface CharacterPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int codePoint)
Tests the code point with this predicate.
|
boolean test(int codePoint)
codePoint - the code point to testtrue if the code point matches the predicate,
false otherwiseCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.