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.32 by jsr166, Tue May 17 06:44:59 2005 UTC vs.
Revision 1.33 by jsr166, Wed May 18 01:41:51 2005 UTC

# Line 340 | Line 340 | public class DelayQueue<E extends Delaye
340       * <p>The returned array will be "safe" in that no references to it are
341       * maintained by this queue.  (In other words, this method must allocate
342       * a new array).  The caller is thus free to modify the returned array.
343 <     *
343 >     *
344       * <p>This method acts as bridge between array-based and collection-based
345       * APIs.
346       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines