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

Comparing jsr166/src/main/java/util/Vector.java (file contents):
Revision 1.52 by jsr166, Wed May 23 05:24:05 2018 UTC vs.
Revision 1.53 by jsr166, Mon Oct 1 00:10:53 2018 UTC

# Line 73 | Line 73 | import java.util.function.UnaryOperator;
73   *
74   * <p>As of the Java 2 platform v1.2, this class was retrofitted to
75   * implement the {@link List} interface, making it a member of the
76 < * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
76 > * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework">
77   * Java Collections Framework</a>.  Unlike the new collection
78   * implementations, {@code Vector} is synchronized.  If a thread-safe
79   * implementation is not needed, it is recommended to use {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines