Class CharPredicates.NotCharPredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.CharPredicates.NotCharPredicate
-
- All Implemented Interfaces:
java.io.Serializable
,CharPredicate
- Enclosing class:
- CharPredicates
private static final class CharPredicates.NotCharPredicate extends java.lang.Object implements CharPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private CharPredicate
negate
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
NotCharPredicate(CharPredicate negate)
-
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
-
negate
private final CharPredicate negate
-
-
Constructor Detail
-
NotCharPredicate
private NotCharPredicate(CharPredicate negate)
-
-
Method Detail
-
accept
public boolean accept(char actual)
- Specified by:
accept
in interfaceCharPredicate
-
-