Uses of Interface
org.eclipse.collections.impl.block.predicate.primitive.CharPredicate
-
Packages that use 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 CharPredicate
CharPredicate. IS_DIGIT
Deprecated.static CharPredicate
CharPredicate. IS_DIGIT_OR_DOT
Deprecated.static CharPredicate
CharPredicate. IS_LETTER
Deprecated.static CharPredicate
CharPredicate. IS_LETTER_OR_DIGIT
Deprecated.static CharPredicate
CharPredicate. IS_LOWERCASE
Deprecated.static CharPredicate
CharPredicate. IS_UNDEFINED
Deprecated.static CharPredicate
CharPredicate. IS_UPPERCASE
Deprecated.static CharPredicate
CharPredicate. IS_WHITESPACE
Deprecated. -
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 int
StringIterate. count(java.lang.String string, CharPredicate predicate)
Deprecated.since 3.0.
-