public class EmptyIterator<T> extends java.lang.Object implements java.util.Iterator<T>
Iterator
boolean
hasNext()
static <T> java.util.Iterator<T>
instance()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> java.util.Iterator<T> instance()
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.