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