mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-06 03:35:10 +00:00
8354111: JavaDoc states that Iterator.remove() is linear in the LinkedBlockingDeque
Reviewed-by: liach, smarks
This commit is contained in:
parent
92e52fe1df
commit
c7b70a138f
@ -61,8 +61,8 @@ import java.util.function.Predicate;
|
||||
* blocking). Exceptions include {@link #remove(Object) remove},
|
||||
* {@link #removeFirstOccurrence removeFirstOccurrence}, {@link
|
||||
* #removeLastOccurrence removeLastOccurrence}, {@link #contains
|
||||
* contains}, {@link #iterator iterator.remove()}, and the bulk
|
||||
* operations, all of which run in linear time.
|
||||
* contains}, and the bulk operations, all of which run in linear
|
||||
* time.
|
||||
*
|
||||
* <p>This class and its iterator implement all of the <em>optional</em>
|
||||
* methods of the {@link Collection} and {@link Iterator} interfaces.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user