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

Comparing jsr166/src/jdk7/java/util/concurrent/ConcurrentHashMap.java (file contents):
Revision 1.14 by jsr166, Mon Feb 11 17:35:59 2013 UTC vs.
Revision 1.15 by jsr166, Mon Feb 11 17:40:58 2013 UTC

# Line 4782 | Line 4782 | public class ConcurrentHashMap<K, V>
4782      /**
4783       * A view of a ConcurrentHashMap as a {@link Collection} of
4784       * values, in which additions are disabled. This class cannot be
4785 <     * directly instantiated. See {@link #values},
4785 >     * directly instantiated. See {@link #values()}.
4786       *
4787       * <p>The view's {@code iterator} is a "weakly consistent" iterator
4788       * that will never throw {@link ConcurrentModificationException},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines