Interface CharArrayMatcher

    • Method Detail

      • match

        boolean match​(char[] s,
                      int offset,
                      int length)
        Return true if the passed-in character array matches
      • match

        default boolean match​(CharsRef chars)
        Return true if the passed-in CharsRef matches