ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/ConcurrentHashMapV8.java
(Generate patch)

Comparing jsr166/src/jsr166e/ConcurrentHashMapV8.java (file contents):
Revision 1.53 by jsr166, Mon Aug 13 18:13:30 2012 UTC vs.
Revision 1.54 by jsr166, Mon Aug 13 18:15:39 2012 UTC

# Line 3518 | Line 3518 | public class ConcurrentHashMapV8<K, V>
3518  
3519      /**
3520       * An extended view of a ConcurrentHashMap supporting bulk
3521 <     * parallel operations. These operations are designed to be be
3521 >     * parallel operations. These operations are designed to be
3522       * safely, and often sensibly, applied even with maps that are
3523       * being concurrently updated by other threads; for example, when
3524       * computing a snapshot summary of the values in a shared

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines