Interface CharacterSet
- All Known Subinterfaces:
ImmutableSortedListOfRanges,RangesBuffer,SortedListOfRanges
- All Known Implementing Classes:
CaseFoldData.CaseFoldEquivalenceTable,CaseFoldData.CaseFoldTable,CodePointSet,ImmutableSortedListOfIntRanges,IntRangesBuffer
public interface CharacterSet
Represents a set of unicode characters.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(int codePoint) Returnstrueif the given code point is contained in this set,falseotherwise.
-
Method Details
-
contains
boolean contains(int codePoint) Returnstrueif the given code point is contained in this set,falseotherwise.
-