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 Type
    Method
    Description
    boolean
    contains(int codePoint)
    Returns true if the given code point is contained in this set, false otherwise.
  • Method Details

    • contains

      boolean contains(int codePoint)
      Returns true if the given code point is contained in this set, false otherwise.