Skip to content

Commit 5405f98

Browse files
rgiuliettiStuart Marks
authored andcommitted
8268077: java.util.List missing from Collections Framework Overview
Reviewed-by: smarks
1 parent 3aa7062 commit 5405f98

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/java.base/share/classes/java/util/doc-files/coll-overview.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<!--
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.
44
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
66
This code is free software; you can redistribute it and/or modify it
@@ -28,9 +28,9 @@
2828
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2929
<title>Collections Framework Overview</title>
3030
<style>
31-
#impls {
31+
#impls {
3232
border: 1px solid black;
33-
border-collapse: collapse;
33+
border-collapse: collapse;
3434
margin: 0 auto;
3535
}
3636
#impls caption {
@@ -127,6 +127,8 @@ <h2>Collection Interfaces</h2>
127127
<li><code><a href=
128128
"../NavigableSet.html">java.util.NavigableSet</a></code></li>
129129
<li><code><a href=
130+
"../List.html">java.util.List</a></code></li>
131+
<li><code><a href=
130132
"../Queue.html">java.util.Queue</a></code></li>
131133
<li><code><a href=
132134
"../concurrent/BlockingQueue.html">java.util.concurrent.BlockingQueue</a></code></li>
@@ -236,7 +238,7 @@ <h2>Collection Implementations</h2>
236238
<td>&nbsp;</td>
237239
</tr>
238240
<tr>
239-
<th scope="row"><code>Deque</code></th>
241+
<th scope="row"><code>Queue, Deque</code></th>
240242
<td>&nbsp;</td>
241243
<td><a href="../ArrayDeque.html"><code>ArrayDeque</code></a></td>
242244
<td>&nbsp;</td>
@@ -360,7 +362,7 @@ <h2>Design Goals</h2>
360362
as collections, and maps to be viewed as collections.</p>
361363
<hr>
362364
<p style="font-size:smaller">
363-
Copyright &copy; 1998, 2017, Oracle and/or its affiliates. 500 Oracle Parkway<br>
365+
Copyright &copy; 1998, 2021, Oracle and/or its affiliates. 500 Oracle Parkway<br>
364366
Redwood Shores, CA 94065 USA. All rights reserved.</p>
365367
<!-- Body text ends here -->
366368
</body>

0 commit comments

Comments
 (0)