8177789: fix collections framework links to point to java.util package doc

Reviewed-by: bchristi, martin
This commit is contained in:
Stuart Marks 2017-04-17 15:51:05 -07:00
parent 0e9a1ca06f
commit cd15d32a74
60 changed files with 63 additions and 63 deletions

View file

@ -84,7 +84,7 @@ import java.util.*;
* {(x, y) such that x.equals(y)}. </pre><p> * {(x, y) such that x.equals(y)}. </pre><p>
* *
* This interface is a member of the * This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <T> the type of objects that this object may be compared to * @param <T> the type of objects that this object may be compared to

View file

@ -29,7 +29,7 @@ package java.lang;
* Thrown to indicate that the requested operation is not supported.<p> * Thrown to indicate that the requested operation is not supported.<p>
* *
* This class is a member of the * This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -49,7 +49,7 @@ package java.util;
* the collection being implemented admits a more efficient implementation.<p> * the collection being implemented admits a more efficient implementation.<p>
* *
* This class is a member of the * This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -62,7 +62,7 @@ import java.util.function.Consumer;
* collection being implemented admits a more efficient implementation. * collection being implemented admits a more efficient implementation.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -52,7 +52,7 @@ import java.util.Map.Entry;
* map being implemented admits a more efficient implementation. * map being implemented admits a more efficient implementation.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <K> the type of keys maintained by this map * @param <K> the type of keys maintained by this map

View file

@ -54,7 +54,7 @@ package java.util;
* instead subclassing {@link AbstractCollection}. * instead subclassing {@link AbstractCollection}.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -54,7 +54,7 @@ package java.util;
* specification.<p> * specification.<p>
* *
* This class is a member of the * This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -42,7 +42,7 @@ package java.util;
* for {@code equals} and {@code hashCode}.<p> * for {@code equals} and {@code hashCode}.<p>
* *
* This class is a member of the * This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <E> the type of elements maintained by this set * @param <E> the type of elements maintained by this set

View file

@ -79,7 +79,7 @@ import java.util.function.UnaryOperator;
* Iterator} interfaces. * Iterator} interfaces.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch and Doug Lea * @author Josh Bloch and Doug Lea

View file

@ -91,7 +91,7 @@ import java.util.function.UnaryOperator;
* should be used only to detect bugs.</i> * should be used only to detect bugs.</i>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <E> the type of elements in this list * @param <E> the type of elements in this list

View file

@ -62,7 +62,7 @@ import java.util.stream.StreamSupport;
* a MergeSort, but it does have to be <i>stable</i>.) * a MergeSort, but it does have to be <i>stable</i>.)
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -112,7 +112,7 @@ import java.util.stream.StreamSupport;
* however most current implementations do not do so. * however most current implementations do not do so.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @implSpec * @implSpec

View file

@ -65,7 +65,7 @@ import java.util.stream.StreamSupport;
* already sorted may or may not throw {@code UnsupportedOperationException}. * already sorted may or may not throw {@code UnsupportedOperationException}.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -94,7 +94,7 @@ import java.util.Comparators;
* an equivalence relation. * an equivalence relation.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <T> the type of objects that may be compared by this comparator * @param <T> the type of objects that may be compared by this comparator

View file

@ -181,9 +181,9 @@ package java.util;
* methods, but instead inherit the identity-based versions from class * methods, but instead inherit the identity-based versions from class
* {@code Object}. * {@code Object}.
* *
* <p>This interface is a member of the <a * <p>This interface is a member of the
* href="{@docRoot}/../technotes/guides/collections/index.html"> Java Collections * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Framework</a>. * Java Collections Framework</a>.
* *
* @author Doug Lea * @author Doug Lea
* @author Josh Bloch * @author Josh Bloch

View file

@ -68,7 +68,7 @@ import jdk.internal.misc.SharedSecrets;
* {@link HashMap} counterparts. * {@link HashMap} counterparts.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -69,7 +69,7 @@ import jdk.internal.misc.SharedSecrets;
* constant time if their argument is also an enum set. * constant time if their argument is also an enum set.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -117,7 +117,7 @@ import java.util.function.Function;
* should be used only to detect bugs.</i> * should be used only to detect bugs.</i>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <K> the type of keys maintained by this map * @param <K> the type of keys maintained by this map

View file

@ -72,7 +72,7 @@ import java.io.InvalidObjectException;
* should be used only to detect bugs.</i> * should be used only to detect bugs.</i>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <E> the type of elements maintained by this set * @param <E> the type of elements maintained by this set

View file

@ -106,7 +106,7 @@ import java.util.function.BiFunction;
* *
* <p>As of the Java 2 platform v1.2, this class was retrofitted to * <p>As of the Java 2 platform v1.2, this class was retrofitted to
* implement the {@link Map} interface, making it a member of the * implement the {@link Map} interface, making it a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* *
* Java Collections Framework</a>. Unlike the new collection * Java Collections Framework</a>. Unlike the new collection
* implementations, {@code Hashtable} is synchronized. If a * implementations, {@code Hashtable} is synchronized. If a

View file

@ -122,7 +122,7 @@ import java.util.function.Consumer;
* {@link HashMap} (which uses <i>chaining</i> rather than linear-probing). * {@link HashMap} (which uses <i>chaining</i> rather than linear-probing).
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @see System#identityHashCode(Object) * @see System#identityHashCode(Object)

View file

@ -40,7 +40,7 @@ import java.util.function.Consumer;
* </ul> * </ul>
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @apiNote * @apiNote

View file

@ -140,7 +140,7 @@ import java.io.IOException;
* <em>fail-fast</em>, and additionally report {@link Spliterator#ORDERED}. * <em>fail-fast</em>, and additionally report {@link Spliterator#ORDERED}.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @implNote * @implNote

View file

@ -100,7 +100,7 @@ package java.util;
* should be used only to detect bugs.</i> * should be used only to detect bugs.</i>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <E> the type of elements maintained by this set * @param <E> the type of elements maintained by this set

View file

@ -70,7 +70,7 @@ import java.util.function.Consumer;
* should be used only to detect bugs.</i> * should be used only to detect bugs.</i>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -114,7 +114,7 @@ import java.util.function.UnaryOperator;
* </ul> * </ul>
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <E> the type of elements in this list * @param <E> the type of elements in this list

View file

@ -46,7 +46,7 @@ package java.util;
* {@link #previous()}. * {@link #previous()}.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Josh Bloch * @author Josh Bloch

View file

@ -140,7 +140,7 @@ import java.io.Serializable;
* </ul> * </ul>
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <K> the type of keys maintained by this map * @param <K> the type of keys maintained by this map

View file

@ -85,7 +85,7 @@ package java.util;
* {@link #keySet()} can be overridden to return {@link NavigableSet}. * {@link #keySet()} can be overridden to return {@link NavigableSet}.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Doug Lea * @author Doug Lea

View file

@ -79,7 +79,7 @@ package java.util;
* {@code NavigableSet}. * {@code NavigableSet}.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Doug Lea * @author Doug Lea

View file

@ -73,7 +73,7 @@ import java.util.function.Consumer;
* ({@code peek}, {@code element}, and {@code size}). * ({@code peek}, {@code element}, and {@code size}).
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -125,7 +125,7 @@ package java.util;
* ordering properties. * ordering properties.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -59,7 +59,7 @@ package java.util;
* </pre> * </pre>
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.4 * @since 1.4

View file

@ -91,7 +91,7 @@ package java.util;
* </ul> * </ul>
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <E> the type of elements maintained by this set * @param <E> the type of elements maintained by this set

View file

@ -93,7 +93,7 @@ package java.util;
* SortedMap&lt;String, V&gt; sub = m.subMap(low+"\0", high);</pre> * SortedMap&lt;String, V&gt; sub = m.subMap(low+"\0", high);</pre>
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <K> the type of keys maintained by this map * @param <K> the type of keys maintained by this map

View file

@ -89,7 +89,7 @@ package java.util;
* SortedSet&lt;String&gt; sub = s.subSet(low+"\0", high);</pre> * SortedSet&lt;String&gt; sub = s.subSet(low+"\0", high);</pre>
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <E> the type of elements maintained by this set * @param <E> the type of elements maintained by this set

View file

@ -92,7 +92,7 @@ import java.util.function.Consumer;
* associated map using {@code put}.) * associated map using {@code put}.)
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <K> the type of keys maintained by this map * @param <K> the type of keys maintained by this map

View file

@ -74,7 +74,7 @@ package java.util;
* should be used only to detect bugs.</i> * should be used only to detect bugs.</i>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <E> the type of elements maintained by this set * @param <E> the type of elements maintained by this set

View file

@ -70,7 +70,7 @@ import java.util.function.UnaryOperator;
* *
* <p>As of the Java 2 platform v1.2, this class was retrofitted to * <p>As of the Java 2 platform v1.2, this class was retrofitted to
* implement the {@link List} interface, making it a member of the * implement the {@link List} interface, making it a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. Unlike the new collection * Java Collections Framework</a>. Unlike the new collection
* implementations, {@code Vector} is synchronized. If a thread-safe * implementations, {@code Vector} is synchronized. If a thread-safe
* implementation is not needed, it is recommended to use {@link * implementation is not needed, it is recommended to use {@link

View file

@ -120,7 +120,7 @@ import java.util.function.Consumer;
* should be used only to detect bugs.</i> * should be used only to detect bugs.</i>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @param <K> the type of keys maintained by this map * @param <K> the type of keys maintained by this map

View file

@ -76,7 +76,7 @@ import java.util.function.Predicate;
* methods of the {@link Collection} and {@link Iterator} interfaces. * methods of the {@link Collection} and {@link Iterator} interfaces.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -193,7 +193,7 @@ import java.util.NoSuchElementException;
* the {@code BlockingDeque} in another thread. * the {@code BlockingDeque} in another thread.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.6 * @since 1.6

View file

@ -170,7 +170,7 @@ import java.util.Queue;
* the {@code BlockingQueue} in another thread. * the {@code BlockingQueue} in another thread.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -254,7 +254,7 @@ import jdk.internal.misc.Unsafe;
* <p>All arguments to all task methods must be non-null. * <p>All arguments to all task methods must be non-null.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -85,7 +85,7 @@ import java.util.function.Predicate;
* the {@code ConcurrentLinkedDeque} in another thread. * the {@code ConcurrentLinkedDeque} in another thread.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.7 * @since 1.7

View file

@ -99,7 +99,7 @@ import java.util.function.Predicate;
* the {@code ConcurrentLinkedQueue} in another thread. * the {@code ConcurrentLinkedQueue} in another thread.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -61,7 +61,7 @@ import java.util.function.Function;
* the {@code ConcurrentMap} in another thread. * the {@code ConcurrentMap} in another thread.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -43,7 +43,7 @@ import java.util.NavigableSet;
* and recursively so for its navigable sub-maps. * and recursively so for its navigable sub-maps.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Doug Lea * @author Doug Lea

View file

@ -106,7 +106,7 @@ import java.util.function.Predicate;
* elements. * elements.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Doug Lea * @author Doug Lea

View file

@ -87,7 +87,7 @@ import java.util.Spliterator;
* distinguished from the absence of elements. * distinguished from the absence of elements.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @author Doug Lea * @author Doug Lea

View file

@ -82,7 +82,7 @@ import java.util.function.UnaryOperator;
* the {@code CopyOnWriteArrayList} in another thread. * the {@code CopyOnWriteArrayList} in another thread.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -87,7 +87,7 @@ import java.util.function.Predicate;
* }}</pre> * }}</pre>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @see CopyOnWriteArrayList * @see CopyOnWriteArrayList

View file

@ -67,7 +67,7 @@ import java.util.concurrent.locks.ReentrantLock;
* particular order. * particular order.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -68,7 +68,7 @@ import java.util.function.Predicate;
* methods of the {@link Collection} and {@link Iterator} interfaces. * methods of the {@link Collection} and {@link Iterator} interfaces.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.6 * @since 1.6

View file

@ -71,7 +71,7 @@ import java.util.function.Predicate;
* methods of the {@link Collection} and {@link Iterator} interfaces. * methods of the {@link Collection} and {@link Iterator} interfaces.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -81,7 +81,7 @@ import java.util.function.Predicate;
* the {@code LinkedTransferQueue} in another thread. * the {@code LinkedTransferQueue} in another thread.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.7 * @since 1.7

View file

@ -101,7 +101,7 @@ import java.util.function.Consumer;
* }}</pre> * }}</pre>
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -80,7 +80,7 @@ import java.util.concurrent.locks.ReentrantLock;
* methods of the {@link Collection} and {@link Iterator} interfaces. * methods of the {@link Collection} and {@link Iterator} interfaces.
* *
* <p>This class is a member of the * <p>This class is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.5 * @since 1.5

View file

@ -58,7 +58,7 @@ package java.util.concurrent;
* and {@code transfer} are effectively synonymous. * and {@code transfer} are effectively synonymous.
* *
* <p>This interface is a member of the * <p>This interface is a member of the
* <a href="{@docRoot}/../technotes/guides/collections/index.html"> * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
* Java Collections Framework</a>. * Java Collections Framework</a>.
* *
* @since 1.7 * @since 1.7

View file

@ -29,7 +29,7 @@
* miscellaneous utility classes (a string tokenizer, a random-number * miscellaneous utility classes (a string tokenizer, a random-number
* generator, and a bit array). * generator, and a bit array).
* *
* <h2>Package Specification</h2> * <h2><a name="CollectionsFramework"></a>{@index "Java Collections Framework"}</h2>
* <ul> * <ul>
* <li><a href="../../../technotes/guides/collections/overview.html"><b>Collections Framework Overview</b></a> * <li><a href="../../../technotes/guides/collections/overview.html"><b>Collections Framework Overview</b></a>
* <li><a href="../../../technotes/guides/collections/reference.html"><b> * <li><a href="../../../technotes/guides/collections/reference.html"><b>