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