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.59 by dl, Tue Aug 14 13:16:50 2012 UTC vs.
Revision 1.60 by dl, Thu Aug 16 12:24:58 2012 UTC

# Line 2468 | Line 2468 | public class ConcurrentHashMapV8<K, V>
2468       * instead of {@link #size} because a ConcurrentHashMap may
2469       * contain more mappings than can be represented as an int. The
2470       * value returned is a snapshot; the actual count may differ if
2471 <     * there are ongoing concurrent insertions of removals.
2471 >     * there are ongoing concurrent insertions or removals.
2472       *
2473       * @return the number of mappings
2474       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines