Interface CharArrayMatcher
- All Known Subinterfaces:
LabelledCharArrayMatcher
public interface CharArrayMatcher
Matches a character array
-
Method Summary
-
Method Details
-
match
boolean match(char[] s, int offset, int length) Returntrue
if the passed-in character array matches -
match
Returntrue
if the passed-in CharsRef matches -
fromTerms
-