Class CharMatcher.Ascii

    • Constructor Detail

      • Ascii

        Ascii()
    • Method Detail

      • matches

        public boolean matches​(char c)
        Description copied from class: CharMatcher
        Determines a true or false value for the given character.
        Specified by:
        matches in class CharMatcher