public interface CompletableIterator<T>
extends java.util.Iterator<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isComplete()
Return true if the underlying source is completely exhausted, whether
or not there are any items to produce (may return false even if
Iterator.hasNext() returns false). |