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.52 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.53 by dl, Mon May 30 23:08:12 2011 UTC

# Line 25 | Line 25 | import java.util.*;
25   *
26   * <p>This class and its iterator implement all of the
27   * <em>optional</em> methods of the {@link Collection} and {@link
28 < * Iterator} interfaces.
28 > * Iterator} interfaces.  The Iterator provided in method {@link
29 > * #iterator()} is <em>not</em> guaranteed to traverse the elements of
30 > * the DelayQueue in any particular order.
31   *
32   * <p>This class is a member of the
33   * <a href="{@docRoot}/../technotes/guides/collections/index.html">

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines