Javadoc syntax error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1476772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c71a9e8c2b
commit
153f33ea77
|
@ -38,7 +38,7 @@ import org.apache.commons.collections4.BoundedCollection;
|
||||||
* were added. The iteration order is the same as the removal order.
|
* were added. The iteration order is the same as the removal order.
|
||||||
* <p>
|
* <p>
|
||||||
* The {@link #add(Object)}, {@link #remove()}, {@link #peek()}, {@link #poll},
|
* The {@link #add(Object)}, {@link #remove()}, {@link #peek()}, {@link #poll},
|
||||||
* {@link #offer(Object) operations all perform in constant time.
|
* {@link #offer(Object)} operations all perform in constant time.
|
||||||
* All other operations perform in linear time or worse.
|
* All other operations perform in linear time or worse.
|
||||||
* <p>
|
* <p>
|
||||||
* This queue prevents null objects from being added.
|
* This queue prevents null objects from being added.
|
||||||
|
|
Loading…
Reference in New Issue