Uses of Interface
org.apache.commons.text.CharacterPredicate
Packages that use CharacterPredicate
-
Uses of CharacterPredicate in org.apache.commons.text
Classes in org.apache.commons.text that implement CharacterPredicateFields in org.apache.commons.text with type parameters of type CharacterPredicateModifier and TypeFieldDescriptionprivate Set<CharacterPredicate> RandomStringGenerator.Builder.inclusivePredicatesFilters for code points.private final Set<CharacterPredicate> RandomStringGenerator.inclusivePredicatesFilters for code points.Methods in org.apache.commons.text with parameters of type CharacterPredicateModifier and TypeMethodDescriptionRandomStringGenerator.Builder.filteredBy(CharacterPredicate... predicates) Limits the characters in the generated string to those that match at least one of the predicates supplied.Constructor parameters in org.apache.commons.text with type arguments of type CharacterPredicateModifierConstructorDescriptionprivateRandomStringGenerator(int minimumCodePoint, int maximumCodePoint, Set<CharacterPredicate> inclusivePredicates, TextRandomProvider random, List<Character> characterList) Constructs the generator.