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.172 by jsr166, Tue Feb 5 19:54:06 2013 UTC vs.
Revision 1.173 by jsr166, Mon Feb 11 06:53:24 2013 UTC

# Line 5137 | Line 5137 | public class ConcurrentHashMap<K, V>
5137           *
5138           * @param map the map
5139           * @param action the action
5140 +         * @return the task
5141           */
5142          public static <K,V> ForkJoinTask<Void> forEachValue
5143              (ConcurrentHashMap<K,V> map,
# Line 5154 | Line 5155 | public class ConcurrentHashMap<K, V>
5155           * for an element, or null if there is no transformation (in
5156           * which case the action is not applied)
5157           * @param action the action
5158 +         * @return the task
5159           */
5160          public static <K,V,U> ForkJoinTask<Void> forEachValue
5161              (ConcurrentHashMap<K,V> map,
# Line 5303 | Line 5305 | public class ConcurrentHashMap<K, V>
5305           *
5306           * @param map the map
5307           * @param action the action
5308 +         * @return the task
5309           */
5310          public static <K,V> ForkJoinTask<Void> forEachEntry
5311              (ConcurrentHashMap<K,V> map,
# Line 5320 | Line 5323 | public class ConcurrentHashMap<K, V>
5323           * for an element, or null if there is no transformation (in
5324           * which case the action is not applied)
5325           * @param action the action
5326 +         * @return the task
5327           */
5328          public static <K,V,U> ForkJoinTask<Void> forEachEntry
5329              (ConcurrentHashMap<K,V> map,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines