Class BytePredicates.AlwaysFalseBytePredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.BytePredicates.AlwaysFalseBytePredicate
- All Implemented Interfaces:
Serializable
,BytePredicate
- Enclosing class:
BytePredicates
private static final class BytePredicates.AlwaysFalseBytePredicate
extends Object
implements BytePredicate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AlwaysFalseBytePredicate
private AlwaysFalseBytePredicate()
-
-
Method Details
-
accept
public boolean accept(byte value) - Specified by:
accept
in interfaceBytePredicate
-