Class DoublePredicates.EqualsDoublePredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.DoublePredicates.EqualsDoublePredicate
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.DoublePredicate
,DoublePredicate
- Enclosing class:
- DoublePredicates
private static final class DoublePredicates.EqualsDoublePredicate extends java.lang.Object implements DoublePredicate
-
-
Field Summary
Fields Modifier and Type Field Description private double
expected
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
EqualsDoublePredicate(double expected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(double actual)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate
test
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
expected
private final double expected
-
-
Method Detail
-
accept
public boolean accept(double actual)
- Specified by:
accept
in interfaceDoublePredicate
-
-