public static class MatchData.MatchIterator extends Object implements SourcedStringWrapperIterator
| Constructor and Description |
|---|
MatchIterator(MatchData data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next()
Returns the next StringWrapper as an object.
|
SourcedStringWrapper |
nextSourcedStringWrapper()
Return the next StringWrapper.
|
StringWrapper |
nextStringWrapper()
Return the next StringWrapper.
|
void |
remove()
Not implemented.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic MatchIterator(MatchData data)
public SourcedStringWrapper nextSourcedStringWrapper()
nextSourcedStringWrapper in interface SourcedStringWrapperIteratorpublic StringWrapper nextStringWrapper()
nextStringWrapper in interface StringWrapperIteratorpublic boolean hasNext()
hasNext in interface StringWrapperIteratorhasNext in interface Iteratorpublic Object next()
next in interface StringWrapperIteratornext in interface IteratorCopyright © 2016. All rights reserved.