Interface GroupHead.CharacterPattern

All Known Implementing Classes:
GroupHead.CharacterRange, GroupHead.DigitPattern, GroupHead.LetterPattern, GroupHead.LowerPattern, GroupHead.OneCharacterPattern, GroupHead.PunctPattern, GroupHead.UpperPattern, GroupHead.WhitespacePattern
Enclosing class:
GroupHead

private static interface GroupHead.CharacterPattern
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(char c)
     
  • Method Details

    • matches

      boolean matches(char c)
      Parameters:
      c - the character to test
      Returns:
      returns true if the character matches a pattern.