Modifier and Type | Field and Description |
---|---|
private int |
currentIndex |
private PhraseMatcher.Phrase |
phrase |
Constructor and Description |
---|
MatchIterator(PhraseMatcher.Phrase phrase) |
Modifier and Type | Method and Description |
---|---|
String |
getReplace()
Returns the value to replace the item last returned by next(), or null to keep it as-is
|
boolean |
hasNext() |
Item |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private PhraseMatcher.Phrase phrase
private int currentIndex
public MatchIterator(PhraseMatcher.Phrase phrase)
public String getReplace()
Copyright © 2017. All rights reserved.