Summary:
Detail:
Iterator<T>
private T
myNext
private final AutoSupplier<T>
mySupplier
SupplierIterator(AutoSupplier<T> supplier)
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
hasNext
next