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

Comparing jsr166/src/main/java/util/concurrent/LinkedBlockingDeque.java (file contents):
Revision 1.34 by jsr166, Mon Dec 12 20:53:11 2011 UTC vs.
Revision 1.35 by jsr166, Sun Nov 18 18:03:11 2012 UTC

# Line 17 | Line 17 | import java.util.concurrent.locks.Reentr
17   * An optionally-bounded {@linkplain BlockingDeque blocking deque} based on
18   * linked nodes.
19   *
20 < * <p> The optional capacity bound constructor argument serves as a
20 > * <p>The optional capacity bound constructor argument serves as a
21   * way to prevent excessive expansion. The capacity, if unspecified,
22   * is equal to {@link Integer#MAX_VALUE}.  Linked nodes are
23   * dynamically created upon each insertion unless this would bring the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines