Class CharPredicates.IsUpperCaseCharPredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.CharPredicates.IsUpperCaseCharPredicate
-
- All Implemented Interfaces:
java.io.Serializable,CharPredicate
- Enclosing class:
- CharPredicates
private static class CharPredicates.IsUpperCaseCharPredicate extends java.lang.Object implements CharPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateIsUpperCaseCharPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(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:
acceptin interfaceCharPredicate
-
-