public final class EmptyIterator<T> extends Object implements Iterator<T>, Serializable
EmptyIterator()
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EmptyIterator()
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2013. All rights reserved.