mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8285676: Add missing @param tags for type parameters on classes and interfaces
Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
This commit is contained in:
parent
b9d1e85151
commit
bba456a8db
40 changed files with 102 additions and 26 deletions
|
@ -598,6 +598,9 @@ public abstract class AbstractMap<K,V> implements Map<K,V> {
|
|||
* arrays of {@code SimpleEntry} instances in method
|
||||
* {@code Map.entrySet().toArray}.
|
||||
*
|
||||
* @param <K> the type of key
|
||||
* @param <V> the type of the value
|
||||
*
|
||||
* @since 1.6
|
||||
*/
|
||||
public static class SimpleEntry<K,V>
|
||||
|
@ -741,6 +744,8 @@ public abstract class AbstractMap<K,V> implements Map<K,V> {
|
|||
* {@link Map#entry Map::entry} and {@link Map.Entry#copyOf Map.Entry::copyOf}
|
||||
* methods.
|
||||
*
|
||||
* @param <K> the type of the keys
|
||||
* @param <V> the type of the value
|
||||
* @since 1.6
|
||||
*/
|
||||
public static class SimpleImmutableEntry<K,V>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue