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.184 by jsr166, Fri Feb 15 21:45:40 2013 UTC vs.
Revision 1.185 by jsr166, Fri Feb 15 22:11:38 2013 UTC

# Line 4647 | Line 4647 | public class ConcurrentHashMap<K, V>
4647      /**
4648       * A view of a ConcurrentHashMap as a {@link Set} of keys, in
4649       * which additions may optionally be enabled by mapping to a
4650 <     * common value.  This class cannot be directly instantiated. See
4651 <     * {@link #keySet()}, {@link #keySet(Object)}, {@link #newKeySet()},
4652 <     * {@link #newKeySet(int)}.
4650 >     * common value.  This class cannot be directly instantiated.
4651 >     * See {@link #keySet() keySet()},
4652 >     * {@link #keySet(Object) keySet(V)},
4653 >     * {@link #newKeySet() newKeySet()},
4654 >     * {@link #newKeySet(int) newKeySet(int)}.
4655       */
4656      public static class KeySetView<K,V>
4657              extends CHMSetView<K,V,K>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines