Uses of Interface
org.apache.commons.text.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 class
CharacterPredicates
Commonly used implementations ofCharacterPredicate
.Methods in org.apache.commons.text with parameters of type CharacterPredicate Modifier and Type Method Description RandomStringGenerator.Builder
RandomStringGenerator.Builder. filteredBy(CharacterPredicate... predicates)
Limits the characters in the generated string to those that match at least one of the predicates supplied.