groovyx.gpars.extra166y
Class CommonOps.DoubleAdder

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.DoubleAdder
All Implemented Interfaces:
Ops.BinaryDoubleOp, Ops.DoubleReducer
Enclosing class:
CommonOps

static final class CommonOps.DoubleAdder
extends java.lang.Object
implements Ops.DoubleReducer


Field Summary
(package private) static CommonOps.DoubleAdder adder
           
 
Constructor Summary
CommonOps.DoubleAdder()
           
 
Method Summary
 double op(double a, double b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adder

static final CommonOps.DoubleAdder adder
Constructor Detail

CommonOps.DoubleAdder

CommonOps.DoubleAdder()
Method Detail

op

public double op(double a,
                 double b)
Specified by:
op in interface Ops.BinaryDoubleOp

Copyright © 2008–2012 Václav Pech. All Rights Reserved.