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.24 by jsr166, Wed Jan 16 01:59:47 2013 UTC vs.
Revision 1.25 by jsr166, Mon Feb 11 17:27:45 2013 UTC

# Line 23 | Line 23 | import java.util.*;
23   *
24   * <p>
25   * <table BORDER CELLPADDING=3 CELLSPACING=1>
26 + * <caption>Summary of BlockingDeque methods</caption>
27   *  <tr>
28   *    <td ALIGN=CENTER COLSPAN = 5> <b>First Element (Head)</b></td>
29   *  </tr>
# Line 98 | Line 99 | import java.util.*;
99   *
100   * <p>
101   * <table BORDER CELLPADDING=3 CELLSPACING=1>
102 + * <caption>Comparison of BlockingQueue and BlockingDeque methods</caption>
103   *  <tr>
104   *    <td ALIGN=CENTER> <b>{@code BlockingQueue} Method</b></td>
105   *    <td ALIGN=CENTER> <b>Equivalent {@code BlockingDeque} Method</b></td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines