groovyx.gpars.extra166y
Class CommonOps.IntAdder

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.IntAdder
All Implemented Interfaces:
Ops.BinaryIntOp, Ops.IntReducer
Enclosing class:
CommonOps

static final class CommonOps.IntAdder
extends java.lang.Object
implements Ops.IntReducer


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

CommonOps.IntAdder

CommonOps.IntAdder()
Method Detail

op

public int op(int a,
              int b)
Specified by:
op in interface Ops.BinaryIntOp

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