protected static class Matcher.LTRIterator extends Matcher.IndexIterator
Modifier | Constructor and Description |
---|---|
protected |
Matcher.LTRIterator() |
Modifier and Type | Method and Description |
---|---|
Matcher.IndexIterator |
clone() |
int |
getRange() |
boolean |
hasNext() |
java.lang.Integer |
next() |
void |
setMax(int max) |
remove
public void setMax(int max)
setMax
in class Matcher.IndexIterator
public boolean hasNext()
Iterator.hasNext()
public java.lang.Integer next()
Iterator.next()
public Matcher.IndexIterator clone()
clone
in class Matcher.IndexIterator
Matcher.IndexIterator.clone()
public int getRange()
getRange
in class Matcher.IndexIterator
Matcher.IndexIterator.getRange()