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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingQueue.java (file contents):
Revision 1.20 by dl, Fri Sep 12 15:40:10 2003 UTC vs.
Revision 1.21 by dl, Sat Sep 13 18:51:11 2003 UTC

# Line 28 | Line 28 | import java.util.*;
28   * dynamically created upon each insertion unless this would bring the
29   * queue above capacity.
30   *
31 + * <p>This class implements all of the <em>optional</em> methods
32 + * of the {@link Collection} and {@link Iterator} interfaces.
33 + *
34   * @since 1.5
35   * @author Doug Lea
36   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines