--- old/src/java.base/share/classes/java/util/Set.java 2017-09-20 16:53:10.000000000 -0700 +++ new/src/java.base/share/classes/java/util/Set.java 2017-09-20 16:53:10.000000000 -0700 @@ -63,15 +63,16 @@ * Such exceptions are marked as "optional" in the specification for this * interface. * - *

Immutable Set Static Factory Methods

- *

The {@link Set#of(Object...) Set.of()} static factory methods - * provide a convenient way to create immutable sets. The {@code Set} + *

Unmodifiable Sets

+ *

The {@link Set#of(Object...) Set.of} and + * {@link Set#copyOf Set.copyOf} static factory methods + * provide a convenient way to create unmodifiable sets. The {@code Set} * instances created by these methods have the following characteristics: * *