Uses of Interface
org.eclipse.collections.impl.block.predicate.CodePointPredicate
-
Packages that use CodePointPredicate Package Description org.eclipse.collections.impl.block.predicate This package contains implementations ofPredicateandPredicate2.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections. -
-
Uses of CodePointPredicate in org.eclipse.collections.impl.block.predicate
Fields in org.eclipse.collections.impl.block.predicate declared as CodePointPredicate Modifier and Type Field Description static CodePointPredicateCodePointPredicate. IS_BMPstatic CodePointPredicateCodePointPredicate. IS_DIGITstatic CodePointPredicateCodePointPredicate. IS_LETTERstatic CodePointPredicateCodePointPredicate. IS_LETTER_OR_DIGITstatic CodePointPredicateCodePointPredicate. IS_LOWERCASEstatic CodePointPredicateCodePointPredicate. IS_UNDEFINEDstatic CodePointPredicateCodePointPredicate. IS_UPPERCASEstatic CodePointPredicateCodePointPredicate. IS_WHITESPACE -
Uses of CodePointPredicate in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CodePointPredicate Modifier and Type Method Description static booleanStringIterate. allSatisfy(String string, CodePointPredicate predicate)Deprecated.since 7.0.static booleanStringIterate. allSatisfyCodePoint(String string, CodePointPredicate predicate)static booleanStringIterate. anySatisfy(String string, CodePointPredicate predicate)Deprecated.since 7.0.static booleanStringIterate. anySatisfyCodePoint(String string, CodePointPredicate predicate)static intStringIterate. count(String string, CodePointPredicate predicate)Deprecated.since 7.0.static intStringIterate. countCodePoint(String string, CodePointPredicate predicate)Count the number of elements that return true for the specifiedpredicate.static booleanStringIterate. noneSatisfy(String string, CodePointPredicate predicate)Deprecated.since 7.0.static booleanStringIterate. noneSatisfyCodePoint(String string, CodePointPredicate predicate)static StringStringIterate. reject(String string, CodePointPredicate predicate)Deprecated.since 7.0.static StringStringIterate. rejectCodePoint(String string, CodePointPredicate predicate)static StringStringIterate. select(String string, CodePointPredicate predicate)Deprecated.since 7.0.static StringStringIterate. selectCodePoint(String string, CodePointPredicate predicate)
-