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.106 by jsr166, Wed Jun 19 17:11:57 2013 UTC vs.
Revision 1.107 by dl, Wed Jun 26 10:56:10 2013 UTC

# Line 3498 | Line 3498 | public class ConcurrentHashMapV8<K,V>
3498       * of all (key, value) pairs
3499       * @since 1.8
3500       */
3501 <    public double reduceToDoubleIn(long parallelismThreshold,
3502 <                                   ObjectByObjectToDouble<? super K, ? super V> transformer,
3503 <                                   double basis,
3504 <                                   DoubleByDoubleToDouble reducer) {
3501 >    public double reduceToDouble(long parallelismThreshold,
3502 >                                 ObjectByObjectToDouble<? super K, ? super V> transformer,
3503 >                                 double basis,
3504 >                                 DoubleByDoubleToDouble reducer) {
3505          if (transformer == null || reducer == null)
3506              throw new NullPointerException();
3507          return new MapReduceMappingsToDoubleTask<K,V>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines