Class GroupHead.DigitPattern

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DigitPattern()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(char c)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DigitPattern

        private DigitPattern()
    • Method Detail

      • matches

        public final boolean matches​(char c)
        Specified by:
        matches in interface GroupHead.CharacterPattern
        Parameters:
        c - the character to test
        Returns:
        returns true if the character matches a pattern.