Class ShortPredicates.ShortIsOddPredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.ShortPredicates.ShortIsOddPredicate
-
- All Implemented Interfaces:
java.io.Serializable
,ShortPredicate
- Enclosing class:
- ShortPredicates
private static final class ShortPredicates.ShortIsOddPredicate extends java.lang.Object implements ShortPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
ShortIsOddPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(short integral)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
accept
public boolean accept(short integral)
- Specified by:
accept
in interfaceShortPredicate
-
-