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

Comparing jsr166/src/main/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.299 by jsr166, Sat Mar 18 19:19:04 2017 UTC vs.
Revision 1.300 by jsr166, Wed Apr 19 23:45:50 2017 UTC

# Line 130 | Line 130 | import jdk.internal.misc.Unsafe;
130   * ordering, or on any other objects or values that may transiently
131   * change while computation is in progress; and except for forEach
132   * actions, should ideally be side-effect-free. Bulk operations on
133 < * {@link java.util.Map.Entry} objects do not support method {@code
134 < * setValue}.
133 > * {@link Map.Entry} objects do not support method {@code setValue}.
134   *
135   * <ul>
136   * <li>forEach: Performs a given action on each element.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines