Interface CodePointPredicate
- All Superinterfaces:
Serializable
public interface CodePointPredicate extends Serializable
A Predicate that accepts an int value
-
Field Summary
Fields Modifier and Type Field Description static CodePointPredicate
IS_BMP
static CodePointPredicate
IS_DIGIT
static CodePointPredicate
IS_LETTER
static CodePointPredicate
IS_LETTER_OR_DIGIT
static CodePointPredicate
IS_LOWERCASE
static CodePointPredicate
IS_UNDEFINED
static CodePointPredicate
IS_UPPERCASE
static CodePointPredicate
IS_WHITESPACE
-
Method Summary
Modifier and Type Method Description boolean
accept(int codePoint)
-
Field Details
-
Method Details
-
accept
boolean accept(int codePoint)
-