Uses of Interface
org.anchoranalysis.math.relation.DoubleBiPredicate
Packages that use DoubleBiPredicate
-
Uses of DoubleBiPredicate in org.anchoranalysis.math.relation
Classes in org.anchoranalysis.math.relation that implement DoubleBiPredicateModifier and TypeClassDescriptionclassReturns true if two values are equal, and false otherwise.classReturns true iffvalueFirstis greater thanvalueSecond.classReturns true iffvalueFirstis greater than or equal tovalueSecond.classReturns true iffvalueFirstis less thanvalueSecond.classReturns true iffvalueFirstis less than or equal tovalueSecond.classReturns true if two values are not equal, and false otherwise.