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

Comparing jsr166/src/main/java/util/concurrent/package-info.java (file contents):
Revision 1.8 by jsr166, Mon Mar 4 16:09:25 2013 UTC vs.
Revision 1.9 by jsr166, Mon Mar 4 18:13:03 2013 UTC

# Line 73 | Line 73
73   * <h2>Queues</h2>
74   *
75   * The {@link java.util.concurrent.ConcurrentLinkedQueue} class
76 < * supplies an efficient scalable thread-safe non-blocking FIFO
77 < * queue.
76 > * supplies an efficient scalable thread-safe non-blocking FIFO queue.
77 > * The {@link java.util.concurrent.ConcurrentLinkedDeque} class is
78 > * similar, but additionally supports the {@link java.util.Deque}
79 > * interface.
80   *
81   * <p>Five implementations in {@code java.util.concurrent} support
82   * the extended {@link java.util.concurrent.BlockingQueue}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines