private class ImmutableSLList.NIL.SLNilListIterator extends Object implements Iterator<S>
ImmutableSLList.NIL.SLNilListIterator()
boolean
hasNext()
S
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ImmutableSLList.NIL.SLNilListIterator()
public S next()
next
Iterator<S>
public boolean hasNext()
hasNext
public void remove()
remove