Interface CharArrayMatcher

  • All Known Subinterfaces:
    LabelledCharArrayMatcher

    public interface CharArrayMatcher
    Matches a character array
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • 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