public interface CharacterClass extends IntPredicateProxy
| Modifier and Type | Method and Description |
|---|---|
IntSet |
getIntSet()
Get the set of matching characters if available.
|
boolean |
isDisjoint(CharacterClass other)
Ask whether this character class is known to be disjoint with another character class
(that is, the two classes have no characters in common).
|
boolean |
test(int value)
Test whether a particular codepoint is a member of the character class
|
unionboolean test(int value)
test in interface java.util.function.IntPredicatetest in interface IntPredicateProxyvalue - the codepoint to be testedboolean isDisjoint(CharacterClass other)
other - the other character classIntSet getIntSet()
Copyright (c) 2004-2022 Saxonica Limited. All rights reserved.