org.codehaus.gpars

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

java.lang.Object
  groovyx.gpars.extra166y.CommonOps.NaturalLongMaxReducer
All Implemented Interfaces:
LongReducer

static final class CommonOps.NaturalLongMaxReducer

Field Summary
static NaturalLongMaxReducer max

 
Constructor Summary
CommonOps.NaturalLongMaxReducer()

 
Method Summary
long op(long a, long b)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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 NaturalLongMaxReducer max


 
Constructor Detail

CommonOps.NaturalLongMaxReducer

CommonOps.NaturalLongMaxReducer()


 
Method Detail

op

public long op(long a, long b)


 

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