groovyx.gpars.extra166y
Class CommonOps.IntEqualityPredicate

java.lang.Object
  extended by groovyx.gpars.extra166y.CommonOps.IntEqualityPredicate
All Implemented Interfaces:
Ops.BinaryIntPredicate
Enclosing class:
CommonOps

static final class CommonOps.IntEqualityPredicate
extends java.lang.Object
implements Ops.BinaryIntPredicate


Field Summary
(package private) static CommonOps.IntEqualityPredicate predicate
           
 
Constructor Summary
CommonOps.IntEqualityPredicate()
           
 
Method Summary
 boolean op(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

predicate

static final CommonOps.IntEqualityPredicate predicate
Constructor Detail

CommonOps.IntEqualityPredicate

CommonOps.IntEqualityPredicate()
Method Detail

op

public final boolean op(int x,
                        int y)
Specified by:
op in interface Ops.BinaryIntPredicate

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