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.139 by jsr166, Tue Oct 30 16:05:36 2012 UTC vs.
Revision 1.140 by jsr166, Tue Oct 30 16:46:09 2012 UTC

# Line 106 | Line 106 | import java.io.Serializable;
106   * does <em>not</em> allow {@code null} to be used as a key or value.
107   *
108   * <p>ConcurrentHashMaps support parallel operations using the {@link
109 < * ForkJoinPool#commonPool}. (Task that may be used in other contexts
109 > * ForkJoinPool#commonPool}. (Tasks that may be used in other contexts
110   * are available in class {@link ForkJoinTasks}). These operations are
111   * designed to be safely, and often sensibly, applied even with maps
112   * that are being concurrently updated by other threads; for example,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines