org.codehaus.gpars

groovyx.gpars.extra166y
[Java] Class CommonOps.NaturalDoubleMaxReducer

java.lang.Object
  groovyx.gpars.extra166y.CommonOps.NaturalDoubleMaxReducer
All Implemented Interfaces:
DoubleReducer

static final class CommonOps.NaturalDoubleMaxReducer

Field Summary
static NaturalDoubleMaxReducer max

 
Constructor Summary
CommonOps.NaturalDoubleMaxReducer()

 
Method Summary
double op(double a, double b)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Field Detail

max

public static final NaturalDoubleMaxReducer max


 
Constructor Detail

CommonOps.NaturalDoubleMaxReducer

CommonOps.NaturalDoubleMaxReducer()


 
Method Detail

op

public double op(double a, double b)


 

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