public abstract class StringIterator extends Object implements Iterator<String>
| Constructor and Description |
|---|
StringIterator() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
current() |
String |
next() |
protected abstract String |
nextImpl()
This method returns correct value only on top level iterator.
|
abstract void |
reset() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, removeCopyright © 2020. All rights reserved.