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.95 by jsr166, Mon Feb 11 17:35:59 2013 UTC vs.
Revision 1.96 by jsr166, Mon Feb 11 17:40:59 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines