public class BasicSourcedStringWrapperIterator extends Object implements SourcedStringWrapperIterator
| Constructor and Description |
|---|
BasicSourcedStringWrapperIterator(Iterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
SourcedStringWrapper |
nextSourcedStringWrapper() |
StringWrapper |
nextStringWrapper() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BasicSourcedStringWrapperIterator(Iterator i)
public boolean hasNext()
hasNext in interface StringWrapperIteratorhasNext in interface Iteratorpublic Object next()
next in interface StringWrapperIteratornext in interface Iteratorpublic StringWrapper nextStringWrapper()
nextStringWrapper in interface StringWrapperIteratorpublic SourcedStringWrapper nextSourcedStringWrapper()
nextSourcedStringWrapper in interface SourcedStringWrapperIteratorCopyright © 2016. All rights reserved.