groovyx.gpars.extra166y
Class CommonOps.LongAdder

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.LongAdder
All Implemented Interfaces:
Ops.BinaryLongOp, Ops.LongReducer
Enclosing class:
CommonOps

static final class CommonOps.LongAdder
extends java.lang.Object
implements Ops.LongReducer


Field Summary
(package private) static CommonOps.LongAdder adder
           
 
Constructor Summary
CommonOps.LongAdder()
           
 
Method Summary
 long op(long a, long 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.LongAdder adder
Constructor Detail

CommonOps.LongAdder

CommonOps.LongAdder()
Method Detail

op

public long op(long a,
               long b)
Specified by:
op in interface Ops.BinaryLongOp

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