Uses of Interface
org.apache.commons.text.TextRandomProvider
-
Packages that use TextRandomProvider Package Description org.apache.commons.text Basic classes for text handling. -
-
Uses of TextRandomProvider in org.apache.commons.text
Fields in org.apache.commons.text declared as TextRandomProvider Modifier and Type Field Description private TextRandomProvider
RandomStringGenerator.Builder. random
The source of randomness.private TextRandomProvider
RandomStringGenerator. random
The source of randomness for this generator.Methods in org.apache.commons.text with parameters of type TextRandomProvider Modifier and Type Method Description RandomStringGenerator.Builder
RandomStringGenerator.Builder. usingRandom(TextRandomProvider random)
Overrides the default source of randomness.Constructors in org.apache.commons.text with parameters of type TextRandomProvider Constructor Description RandomStringGenerator(int minimumCodePoint, int maximumCodePoint, java.util.Set<CharacterPredicate> inclusivePredicates, TextRandomProvider random, java.util.List<java.lang.Character> characterList)
Constructs the generator.
-