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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentMap.java (file contents):
Revision 1.69 by jsr166, Sat May 6 06:49:46 2017 UTC vs.
Revision 1.70 by jsr166, Mon Oct 1 00:10:53 2018 UTC

# Line 31 | Line 31 | import java.util.function.Function;
31   * the {@code ConcurrentMap} in another thread.
32   *
33   * <p>This interface is a member of the
34 < * <a href="{@docRoot}/java/util/package-summary.html#CollectionsFramework">
34 > * <a href="{@docRoot}/java.base/java/util/package-summary.html#CollectionsFramework">
35   * Java Collections Framework</a>.
36   *
37   * @since 1.5
# Line 151 | Line 151 | public interface ConcurrentMap<K,V> exte
151       *         is not supported by this map
152       * @throws ClassCastException if the key or value is of an inappropriate
153       *         type for this map
154 <     * (<a href="{@docRoot}/../api/java/util/Collection.html#optional-restrictions">optional</a>)
154 >     * (<a href="{@docRoot}/java.base/java/util/Collection.html#optional-restrictions">optional</a>)
155       * @throws NullPointerException if the specified key or value is null,
156       *         and this map does not permit null keys or values
157 <     * (<a href="{@docRoot}/../api/java/util/Collection.html#optional-restrictions">optional</a>)
157 >     * (<a href="{@docRoot}/java.base/java/util/Collection.html#optional-restrictions">optional</a>)
158       */
159      boolean remove(Object key, Object value);
160  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines