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.34 by jsr166, Sat May 6 06:55:50 2017 UTC vs.
Revision 1.35 by jsr166, Sat May 13 19:51:48 2017 UTC

# Line 24 | Line 24 | import java.util.NoSuchElementException;
24   * and the fourth blocks for only a given maximum time limit before giving
25   * up.  These methods are summarized in the following table:
26   *
27 < * <table BORDER CELLPADDING=3 CELLSPACING=1>
27 > * <table class="plain">
28   * <caption>Summary of BlockingDeque methods</caption>
29   *  <tr>
30   *    <td style="text-align:center" COLSPAN = 5> <b>First Element (Head)</b></td>
# Line 99 | Line 99 | import java.util.NoSuchElementException;
99   * {@code BlockingQueue} interface are precisely equivalent to
100   * {@code BlockingDeque} methods as indicated in the following table:
101   *
102 < * <table BORDER CELLPADDING=3 CELLSPACING=1>
102 > * <table class="plain">
103   * <caption>Comparison of BlockingQueue and BlockingDeque methods</caption>
104   *  <tr>
105   *    <td style="text-align:center"> <b>{@code BlockingQueue} Method</b></td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines