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

Comparing jsr166/src/main/java/util/concurrent/BlockingDeque.java (file contents):
Revision 1.26 by jsr166, Thu May 2 06:38:33 2013 UTC vs.
Revision 1.27 by jsr166, Tue Nov 12 23:23:05 2013 UTC

# Line 21 | Line 21 | import java.util.*;
21   * and the fourth blocks for only a given maximum time limit before giving
22   * up.  These methods are summarized in the following table:
23   *
24 * <p>
24   * <table BORDER CELLPADDING=3 CELLSPACING=1>
25   * <caption>Summary of BlockingDeque methods</caption>
26   *  <tr>
# Line 97 | Line 96 | import java.util.*;
96   * {@code BlockingQueue} interface are precisely equivalent to
97   * {@code BlockingDeque} methods as indicated in the following table:
98   *
100 * <p>
99   * <table BORDER CELLPADDING=3 CELLSPACING=1>
100   * <caption>Comparison of BlockingQueue and BlockingDeque methods</caption>
101   *  <tr>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines