public class EmptyIterator<T> extends ReadOnlyIterator<T>
EmptyIterator()
boolean
hasNext()
T
next()
remove
iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EmptyIterator()
public boolean hasNext()
hasNext
Iterator<T>
WrappingIterator<T>
public T next()
next
Copyright © 2015. All Rights Reserved.