static final class Iterators.Singleton<T> extends Iterators.ReadOnly<T>
Iterator
private T
next
Singleton(T next)
boolean
hasNext()
T
next()
remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private T next
public boolean hasNext()
public T next()