public class RegexBasedMatch<E> extends ListMatch<E>
Constructor and Description |
---|
RegexBasedMatch(List<E> pattern) |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
matches(List<E> text)
Get a list of positions pointing into the input where the pattern matches.
|
int |
size() |
doItemsMatch, getMatcher
Copyright © 2017. All rights reserved.