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