Class CharMatcher.Whitespace

    • Constructor Detail

      • Whitespace

        Whitespace()
    • 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
      • setBits

        void setBits​(java.util.BitSet table)
        Description copied from class: CharMatcher
        Sets bits in table matched by this matcher.
        Overrides:
        setBits in class CharMatcher