public interface TextIterator extends Iterator<String>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
String |
next() |
void |
remove()
Unsupported operation.
|
forEachRemainingString next()
boolean hasNext()
void remove()
remove in interface Iterator<String>UnsupportedOperationExceptionCopyright © 2018. All Rights Reserved.