public abstract class BufferedStringFinder extends AbstractStringFinder
| Constructor and Description |
|---|
BufferedStringFinder(StringFinderOption... options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear() |
protected boolean |
isBufferEmpty() |
protected long |
lastStartFromBuffer() |
protected StringMatch |
leftMost() |
protected StringMatch |
longestLeftMost() |
protected void |
push(Collection<StringMatch> matches) |
protected void |
push(StringMatch match) |
protected long |
removeMatchesBefore(long pos) |
findAll, findNext, skipTopublic BufferedStringFinder(StringFinderOption... options)
protected void push(StringMatch match)
protected void push(Collection<StringMatch> matches)
protected void clear()
protected boolean isBufferEmpty()
protected long removeMatchesBefore(long pos)
protected StringMatch leftMost()
protected StringMatch longestLeftMost()
protected long lastStartFromBuffer()
Copyright © 2017. All rights reserved.