public class NullIterator<T> extends Object implements Iterable<T>, Iterator<T>
NullIterator()
boolean
hasNext()
Iterator<T>
iterator()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NullIterator()
public Iterator<T> iterator()
iterator
Iterable<T>
public boolean hasNext()
hasNext
public T next()
next
public void remove()
remove
Copyright © 2015. All Rights Reserved.