public Set<Match> matchWordEndOrNewLine(int from, int to) { return concreteTextMatcher.matchWordEndOrNewLine(from, to); }
public Set<Match> matchKey(int from, int to, String key, Span... inSpans) { return concreteTextMatcher.matchKey(from, to, key, inSpans); }