Class CharMatcher.Ascii

All Implemented Interfaces:
Predicate<Character>, Predicate<Character>
Enclosing class:
CharMatcher

private static final class CharMatcher.Ascii extends CharMatcher.NamedFastMatcher
Implementation of CharMatcher.ascii().
  • Field Details

  • Constructor Details

    • Ascii

      Ascii()
  • Method Details

    • 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