public static interface ConcurrentLinkedDeque.RemovalReportingIterator<E> extends Iterator<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
reportingRemove()
Removes from the underlying collection the last element returned by this iterator and reports whether the current element was
removed by the call.
|
forEachRemaining, hasNext, next, removeboolean reportingRemove()
Iterator.next().IllegalStateException - if the next method has not
yet been called, or the remove method has already
been called after the last call to the next
methodCopyright © 2010 - 2020 Adobe. All Rights Reserved