public interface StringMap<T>
| Modifier and Type | Method and Description |
|---|---|
void |
match(Readable haystack,
ReadableMatchListener<T> listener) |
void |
match(String haystack,
MapMatchListener<T> listener) |
void match(Readable haystack, ReadableMatchListener<T> listener) throws IOException
IOExceptionvoid match(String haystack, MapMatchListener<T> listener)
Copyright © 2015–2023. All rights reserved.