Class IntPredicates.LessThanIntPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.IntPredicates.LessThanIntPredicate
- All Implemented Interfaces:
Serializable, IntPredicate, IntPredicate
- Enclosing class:
IntPredicates
private static final class IntPredicates.LessThanIntPredicate
extends Object
implements IntPredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IntPredicate
and, negate, orMethods inherited from interface IntPredicate
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
expected
private final int expected
-
-
Constructor Details
-
LessThanIntPredicate
private LessThanIntPredicate(int expected)
-
-
Method Details
-
accept
public boolean accept(int actual) - Specified by:
acceptin interfaceIntPredicate
-