private class ImmutableSLList.NIL.SLNilListIterator extends Object implements Iterator<S>
Constructor and Description |
---|
SLNilListIterator()
creates the NIL list iterator
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
S |
next() |
void |
remove()
throws an unsupported operation exception as removing elements
is not allowed on immutable lists
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining