public class SingletonCharacterClass extends java.lang.Object implements CharacterClass
| Constructor and Description | 
|---|
| SingletonCharacterClass(int codepoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getCodepoint() | 
| 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) | 
public boolean test(int value)
test in interface java.util.function.IntPredicatepublic boolean isDisjoint(CharacterClass other)
CharacterClassisDisjoint in interface CharacterClassother - the other character classpublic int getCodepoint()
public IntSet getIntSet()
CharacterClassgetIntSet in interface CharacterClassCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.