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