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