ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/DelayQueue.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/DelayQueue.java (file contents):
Revision 1.74 by jsr166, Sat Dec 24 19:32:07 2016 UTC vs.
Revision 1.75 by jsr166, Thu Dec 29 22:37:31 2016 UTC

# Line 31 | Line 31 | import java.util.concurrent.locks.Reentr
31   * returns the count of both expired and unexpired elements.
32   * This queue does not permit null elements.
33   *
34 < * <p>This class and its iterator implement all of the
35 < * <em>optional</em> methods of the {@link Collection} and {@link
36 < * Iterator} interfaces.  The Iterator provided in method {@link
37 < * #iterator()} is <em>not</em> guaranteed to traverse the elements of
38 < * the DelayQueue in any particular order.
34 > * <p>This class and its iterator implement all of the <em>optional</em>
35 > * methods of the {@link Collection} and {@link Iterator} interfaces.
36 > * The Iterator provided in method {@link #iterator()} is <em>not</em>
37 > * guaranteed to traverse the elements of the DelayQueue in any
38 > * particular order.
39   *
40   * <p>This class is a member of the
41   * <a href="{@docRoot}/../technotes/guides/collections/index.html">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines