org.codehaus.gpars

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

java.lang.Object
  groovyx.gpars.extra166y.CommonOps.DoubleInequalityPredicate
All Implemented Interfaces:
BinaryDoublePredicate

static final class CommonOps.DoubleInequalityPredicate

Field Summary
static DoubleInequalityPredicate predicate

 
Constructor Summary
CommonOps.DoubleInequalityPredicate()

 
Method Summary
boolean op(double x, double y)

 
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

predicate

static final DoubleInequalityPredicate predicate


 
Constructor Detail

CommonOps.DoubleInequalityPredicate

CommonOps.DoubleInequalityPredicate()


 
Method Detail

op

public final boolean op(double x, double y)


 

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