--- jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/10/31 12:49:13 1.75 +++ jsr166/src/jsr166e/ConcurrentHashMapV8.java 2012/11/18 03:07:22 1.77 @@ -203,7 +203,7 @@ import java.io.Serializable; * *

jsr166e note: During transition, this class * uses nested functional interfaces with different names but the - * same forms as those expected for JDK8. + * same forms as those expected for JDK8. * *

This class is a member of the * @@ -3010,7 +3010,7 @@ public class ConcurrentHashMapV8 /** * Returns a {@link Collection} view of the values contained in this map. * The collection is backed by the map, so changes to the map are - * reflected in the collection, and vice-versa. + * reflected in the collection, and vice-versa. */ public ValuesView values() { ValuesView vs = values; @@ -4247,7 +4247,7 @@ public class ConcurrentHashMapV8 return ForkJoinTasks.reduceKeysToLong (map, transformer, basis, reducer).invoke(); } - + /** * Returns the result of accumulating the given transformation * of all keys using the given reducer to combine values, and @@ -4266,7 +4266,7 @@ public class ConcurrentHashMapV8 return ForkJoinTasks.reduceKeysToInt (map, transformer, basis, reducer).invoke(); } - + } /** @@ -4388,7 +4388,7 @@ public class ConcurrentHashMapV8 return ForkJoinTasks.reduceValues (map, transformer, reducer).invoke(); } - + /** * Returns the result of accumulating the given transformation * of all values using the given reducer to combine values,