public class NullIterator<E> extends Object implements Iterator<E>
NullIterator()
boolean
hasNext()
E
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NullIterator()
public boolean hasNext()
hasNext
Iterator<E>
public E next()
next
public void remove()
remove
Copyright © 2003–2015. All rights reserved.