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.173 by jsr166, Mon Feb 11 06:53:24 2013 UTC vs.
Revision 1.174 by jsr166, Mon Feb 11 07:50:42 2013 UTC

# Line 2780 | Line 2780 | public class ConcurrentHashMap<K, V>
2780      /**
2781       * Returns a {@link Set} view of the keys in this map, using the
2782       * given common mapped value for any additions (i.e., {@link
2783 <     * Collection#add} and {@link Collection#addAll}). This is of
2784 <     * course only appropriate if it is acceptable to use the same
2785 <     * value for all additions from this view.
2783 >     * Collection#add} and {@link Collection#addAll(Collection)}).
2784 >     * This is of course only appropriate if it is acceptable to use
2785 >     * the same value for all additions from this view.
2786       *
2787       * @param mappedValue the mapped value to use for any additions
2788       * @return the set view

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines