public class EmptyIterator extends java.lang.Object implements java.util.Iterator
EmptyIterator()
boolean
hasNext()
java.lang.Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public EmptyIterator()
public void remove()
remove
java.util.Iterator
public boolean hasNext()
hasNext
public java.lang.Object next()
next