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.93 by jsr166, Tue Feb 5 19:54:06 2013 UTC vs.
Revision 1.95 by jsr166, Mon Feb 11 17:35:59 2013 UTC

# Line 4715 | Line 4715 | public class ConcurrentHashMapV8<K, V>
4715       * A view of a ConcurrentHashMapV8 as a {@link Set} of keys, in
4716       * which additions may optionally be enabled by mapping to a
4717       * common value.  This class cannot be directly instantiated. See
4718 <     * {@link #keySet}, {@link #keySet(Object)}, {@link #newKeySet()},
4718 >     * {@link #keySet()}, {@link #keySet(Object)}, {@link #newKeySet()},
4719       * {@link #newKeySet(int)}.
4720       */
4721      public static class KeySetView<K,V> extends CHMView<K,V>
# Line 4834 | Line 4834 | public class ConcurrentHashMapV8<K, V>
4834      /**
4835       * A view of a ConcurrentHashMapV8 as a {@link Set} of (key, value)
4836       * entries.  This class cannot be directly instantiated. See
4837 <     * {@link #entrySet}.
4837 >     * {@link #entrySet()}.
4838       */
4839      public static final class EntrySetView<K,V> extends CHMView<K,V>
4840          implements Set<Map.Entry<K,V>> {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines