Class LongPredicates.AlwaysFalseLongPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.LongPredicates.AlwaysFalseLongPredicate
- All Implemented Interfaces:
Serializable, LongPredicate, LongPredicate
- Enclosing class:
LongPredicates
private static final class LongPredicates.AlwaysFalseLongPredicate
extends Object
implements LongPredicate
-
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 LongPredicate
and, negate, orMethods inherited from interface LongPredicate
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AlwaysFalseLongPredicate
private AlwaysFalseLongPredicate()
-
-
Method Details
-
accept
public boolean accept(long value) - Specified by:
acceptin interfaceLongPredicate
-