Interface CharacterSet

    • Method Detail

      • name

        String name()
        Returns the name of this set if this is a named set, or null if this is not a named set.
        Returns:
        the name of this set.
      • randomCodePoint

        int randomCodePoint​(Random random)
      • contains

        boolean contains​(int codePoint)
      • hasExclusions

        boolean hasExclusions()
      • isControlCharacter

        boolean isControlCharacter()
      • controlCharName

        static String controlCharName​(int cp)
      • escapeCodePoint

        static String escapeCodePoint​(int cp)