public static class SourcedMatchData.MatchIterator extends Object implements SourcedStringWrapperIterator
| Constructor and Description |
|---|
MatchIterator(SourcedMatchData 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(SourcedMatchData data)
public StringWrapper nextStringWrapper()
nextStringWrapper in interface StringWrapperIteratorpublic SourcedStringWrapper nextSourcedStringWrapper()
nextSourcedStringWrapper in interface SourcedStringWrapperIteratorpublic boolean hasNext()
hasNext in interface StringWrapperIteratorhasNext in interface Iteratorpublic Object next()
next in interface StringWrapperIteratornext in interface IteratorCopyright © 2016. All rights reserved.