Uses of Interface
org.alindner.tools.common.random.generator.Generator.ICharPool
-
Packages that use Generator.ICharPool Package Description org.alindner.tools.common.random.generator -
-
Uses of Generator.ICharPool in org.alindner.tools.common.random.generator
Classes in org.alindner.tools.common.random.generator that implement Generator.ICharPool Modifier and Type Class Description static classGenerator.AlphaNumericPoolan alphanumeric string generator.static classGenerator.AlphanumericSignsPoolan alphanumeric string generator.static classGenerator.NumbersPoolConstructors in org.alindner.tools.common.random.generator with parameters of type Generator.ICharPool Constructor Description RandomNumberGenerator(Generator.ICharPool alphanum)RandomNumberGenerator(Generator.ICharPool alphanum, Random random)RandomStringGenerator(Generator.ICharPool alphanum)Create an alphanumeric strings from a secure generator.RandomStringGenerator(Generator.ICharPool alphanum, Random random)Create an alphanumeric strings from a secure generator.
-