Class CharPredicates.NotCharPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.CharPredicates.NotCharPredicate
- All Implemented Interfaces:
Serializable
,CharPredicate
- Enclosing class:
CharPredicates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
negate
-
-
Constructor Details
-
NotCharPredicate
-
-
Method Details
-
accept
public boolean accept(char actual) - Specified by:
accept
in interfaceCharPredicate
-