Class UnicodeCodePointTree


  • public class UnicodeCodePointTree
    extends CharacterTree
    Represents the \\x{N...N} sequence in a regular expression, which specifies a single Unicode code point. This differs from PlainCharacterTree in that it will match a single code point even if it consists of multiple multiple UTF-16 code units (i.e. multiple Java chars).