Uses of Interface
org.eclipse.collections.impl.block.predicate.primitive.CharPredicate
| Package | Description |
|---|---|
| org.eclipse.collections.impl.block.predicate.primitive |
This package contains implementations of primitive predicates.
|
| org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
-
Uses of CharPredicate in org.eclipse.collections.impl.block.predicate.primitive
Fields in org.eclipse.collections.impl.block.predicate.primitive declared as CharPredicate Modifier and Type Field Description static CharPredicateCharPredicate. IS_DIGITDeprecated.static CharPredicateCharPredicate. IS_DIGIT_OR_DOTDeprecated.static CharPredicateCharPredicate. IS_LETTERDeprecated.static CharPredicateCharPredicate. IS_LETTER_OR_DIGITDeprecated.static CharPredicateCharPredicate. IS_LOWERCASEDeprecated.static CharPredicateCharPredicate. IS_UNDEFINEDDeprecated.static CharPredicateCharPredicate. IS_UPPERCASEDeprecated.static CharPredicateCharPredicate. IS_WHITESPACEDeprecated. -
Uses of CharPredicate in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CharPredicate Modifier and Type Method Description static intStringIterate. count(String string, CharPredicate predicate)Deprecated.since 3.0.