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.234 by dl, Thu Jul 4 18:33:59 2013 UTC vs.
Revision 1.235 by dl, Fri Jul 5 10:40:16 2013 UTC

# Line 131 | Line 131 | import java.util.stream.Stream;
131   * of supplied functions should not depend on any ordering, or on any
132   * other objects or values that may transiently change while
133   * computation is in progress; and except for forEach actions, should
134 < * ideally be side-effect-free. Bulk operations on {@link Map.Entry}
134 > * ideally be side-effect-free. Bulk operations on {@link java.util.Map.Entry}
135   * objects do not support method {@code setValue}.
136   *
137   * <ul>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines