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.69 by jsr166, Sun Oct 21 06:14:12 2012 UTC vs.
Revision 1.70 by jsr166, Sun Nov 18 18:03:11 2012 UTC

# Line 27 | Line 27 | import java.util.NoSuchElementException;
27   * Linked queues typically have higher throughput than array-based queues but
28   * less predictable performance in most concurrent applications.
29   *
30 < * <p> The optional capacity bound constructor argument serves as a
30 > * <p>The optional capacity bound constructor argument serves as a
31   * way to prevent excessive queue expansion. The capacity, if unspecified,
32   * is equal to {@link Integer#MAX_VALUE}.  Linked nodes are
33   * dynamically created upon each insertion unless this would bring the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines