public class BasicStringWrapperIterator extends Object implements StringWrapperIterator
| Constructor and Description |
|---|
BasicStringWrapperIterator(Iterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
StringWrapper |
nextStringWrapper() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic BasicStringWrapperIterator(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 StringWrapperIteratorCopyright © 2016. All rights reserved.