public class EmptyMatchFinder extends BufferedStringFinder
| Constructor and Description |
|---|
EmptyMatchFinder(StringFinder finder,
CharProvider chars,
StringFinderOption... options) |
| Modifier and Type | Method and Description |
|---|---|
StringMatch |
findNext() |
void |
skipTo(long pos)
skips the document to a specific position (ignoring any match before this position)
|
clear, isBufferEmpty, lastStartFromBuffer, leftMost, longestLeftMost, push, push, removeMatchesBeforefindAllpublic EmptyMatchFinder(StringFinder finder, CharProvider chars, StringFinderOption... options)
public StringMatch findNext()
findNext in interface StringFinderfindNext in class AbstractStringFinderpublic void skipTo(long pos)
StringFinderskipTo in interface StringFinderskipTo in class AbstractStringFinderpos - the new position to start withCopyright © 2017. All rights reserved.