public static interface ConcurrentLinkedDeque.RemovalReportingIterator<E>
extends java.util.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.
|
boolean reportingRemove()
Iterator.next()
.java.lang.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