|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <!-- |
3 | | - Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved. |
| 3 | + Copyright (c) 1998, 2021, Oracle and/or its affiliates. All rights reserved. |
4 | 4 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 | 5 |
|
6 | 6 | This code is free software; you can redistribute it and/or modify it |
|
28 | 28 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
29 | 29 | <title>Collections Framework Overview</title> |
30 | 30 | <style> |
31 | | -#impls { |
| 31 | +#impls { |
32 | 32 | border: 1px solid black; |
33 | | - border-collapse: collapse; |
| 33 | + border-collapse: collapse; |
34 | 34 | margin: 0 auto; |
35 | 35 | } |
36 | 36 | #impls caption { |
@@ -127,6 +127,8 @@ <h2>Collection Interfaces</h2> |
127 | 127 | <li><code><a href= |
128 | 128 | "../NavigableSet.html">java.util.NavigableSet</a></code></li> |
129 | 129 | <li><code><a href= |
| 130 | +"../List.html">java.util.List</a></code></li> |
| 131 | +<li><code><a href= |
130 | 132 | "../Queue.html">java.util.Queue</a></code></li> |
131 | 133 | <li><code><a href= |
132 | 134 | "../concurrent/BlockingQueue.html">java.util.concurrent.BlockingQueue</a></code></li> |
@@ -236,7 +238,7 @@ <h2>Collection Implementations</h2> |
236 | 238 | <td> </td> |
237 | 239 | </tr> |
238 | 240 | <tr> |
239 | | -<th scope="row"><code>Deque</code></th> |
| 241 | +<th scope="row"><code>Queue, Deque</code></th> |
240 | 242 | <td> </td> |
241 | 243 | <td><a href="../ArrayDeque.html"><code>ArrayDeque</code></a></td> |
242 | 244 | <td> </td> |
@@ -360,7 +362,7 @@ <h2>Design Goals</h2> |
360 | 362 | as collections, and maps to be viewed as collections.</p> |
361 | 363 | <hr> |
362 | 364 | <p style="font-size:smaller"> |
363 | | -Copyright © 1998, 2017, Oracle and/or its affiliates. 500 Oracle Parkway<br> |
| 365 | +Copyright © 1998, 2021, Oracle and/or its affiliates. 500 Oracle Parkway<br> |
364 | 366 | Redwood Shores, CA 94065 USA. All rights reserved.</p> |
365 | 367 | <!-- Body text ends here --> |
366 | 368 | </body> |
|
0 commit comments