public interface StringIterator extends ListIterator<String>
| Modifier and Type | Method and Description |
|---|---|
String |
nextString()
Returns the next element in the iterator as a String
|
String |
previousString()
Returns the previous element in the iterator as a String
|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setforEachRemainingMMBase 1.9-SNAPSHOT - ${javadoctimestamp}