Uses of Interface
org.apache.commons.text.CharacterPredicate
-
Packages that use CharacterPredicate Package Description org.apache.commons.text Basic classes for text handling. -
-
Uses of CharacterPredicate in org.apache.commons.text
Classes in org.apache.commons.text that implement CharacterPredicate Modifier and Type Class Description classCharacterPredicatesCommonly used implementations ofCharacterPredicate.Methods in org.apache.commons.text with parameters of type CharacterPredicate Modifier and Type Method Description RandomStringGenerator.BuilderRandomStringGenerator.Builder. filteredBy(CharacterPredicate... predicates)Limits the characters in the generated string to those that match at least one of the predicates supplied.
-