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

Comparing jsr166/src/main/java/util/Deque.java (file contents):
Revision 1.37 by jsr166, Sat May 6 06:55:50 2017 UTC vs.
Revision 1.38 by jsr166, Sat May 13 19:51:48 2017 UTC

# Line 27 | Line 27 | package java.util;
27   * <p>The twelve methods described above are summarized in the
28   * following table:
29   *
30 < * <table BORDER CELLPADDING=3 CELLSPACING=1>
30 > * <table class="plain">
31   * <caption>Summary of Deque methods</caption>
32   *  <tr>
33   *    <td></td>
# Line 70 | Line 70 | package java.util;
70   * inherited from the {@code Queue} interface are precisely equivalent to
71   * {@code Deque} methods as indicated in the following table:
72   *
73 < * <table BORDER CELLPADDING=3 CELLSPACING=1>
73 > * <table class="plain">
74   * <caption>Comparison of Queue and Deque methods</caption>
75   *  <tr>
76   *    <td style="text-align:center"> <b>{@code Queue} Method</b></td>
# Line 108 | Line 108 | package java.util;
108   * beginning of the deque.  Stack methods are precisely equivalent to
109   * {@code Deque} methods as indicated in the table below:
110   *
111 < * <table BORDER CELLPADDING=3 CELLSPACING=1>
111 > * <table class="plain">
112   * <caption>Comparison of Stack and Deque methods</caption>
113   *  <tr>
114   *    <td style="text-align:center"> <b>Stack Method</b></td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines