public final class EmptyIterator extends Object implements Iterator<Object>
null
IterableIterator
boolean
hasNext()
static <T> Iterator<T>
instance()
EmptyIterator
Object
next()
void
remove()
String
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static <T> Iterator<T> instance()
public boolean hasNext()
hasNext
Iterator<Object>
public Object next()
next
public void remove()
remove
public String toString()
toString