public interface BlockingCloseableIterator<T> extends CloseableIterator<T>
Iterator.hasNext() until the next element is available or the end of the
iteration is reached.| Modifier and Type | Method and Description |
|---|---|
T |
peek()
Non-blocking call.
|
forEachRemaining, hasNext, next, removeT peek()
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.