Uses of Interface
org.eclipse.collections.impl.block.predicate.CodePointPredicate
Packages that use CodePointPredicate
Package
Description
This package contains implementations of
Predicate and Predicate2.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 CodePointPredicateModifier and TypeFieldDescriptionstatic final CodePointPredicateCodePointPredicate.IS_BMPstatic final CodePointPredicateCodePointPredicate.IS_DIGITstatic final CodePointPredicateCodePointPredicate.IS_LETTERstatic final CodePointPredicateCodePointPredicate.IS_LETTER_OR_DIGITstatic final CodePointPredicateCodePointPredicate.IS_LOWERCASEstatic final CodePointPredicateCodePointPredicate.IS_UNDEFINEDstatic final CodePointPredicateCodePointPredicate.IS_UPPERCASEstatic final CodePointPredicateCodePointPredicate.IS_WHITESPACE -
Uses of CodePointPredicate in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CodePointPredicateModifier and TypeMethodDescriptionstatic 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)