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