Class SurrogateRegexTranslator.WideSingleChar

Enclosing class:
SurrogateRegexTranslator

public static class SurrogateRegexTranslator.WideSingleChar extends SurrogateRegexTranslator.SimpleCharClass
Character class that matches a single specific character outside the BMP
  • Constructor Details

    • WideSingleChar

      public WideSingleChar(int c)
      Create a character class for a single non-BMP character
      Parameters:
      c - the character
  • Method Details