Class DoublePredicates.AlwaysFalseDoublePredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.DoublePredicates.AlwaysFalseDoublePredicate
- All Implemented Interfaces:
Serializable, DoublePredicate, DoublePredicate
- Enclosing class:
DoublePredicates
private static final class DoublePredicates.AlwaysFalseDoublePredicate
extends Object
implements DoublePredicate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DoublePredicate
and, negate, orMethods inherited from interface DoublePredicate
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AlwaysFalseDoublePredicate
private AlwaysFalseDoublePredicate()
-
-
Method Details
-
accept
public boolean accept(double value) - Specified by:
acceptin interfaceDoublePredicate
-