mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8177789: fix collections framework links to point to java.util package doc
Reviewed-by: bchristi, martin
This commit is contained in:
parent
0e9a1ca06f
commit
cd15d32a74
60 changed files with 63 additions and 63 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -93,7 +93,7 @@ package java.util;
|
||||||
* SortedMap<String, V> sub = m.subMap(low+"\0", high);</pre>
|
* SortedMap<String, V> 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
|
||||||
|
|
|
@ -89,7 +89,7 @@ package java.util;
|
||||||
* SortedSet<String> sub = s.subSet(low+"\0", high);</pre>
|
* SortedSet<String> 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue