Class Generator.AlphaNumericPool
- java.lang.Object
-
- org.alindner.tools.common.random.generator.Generator.AlphaNumericPool
-
- All Implemented Interfaces:
Generator.ICharPool<String>
- Enclosing class:
- Generator
public static class Generator.AlphaNumericPool extends Object implements Generator.ICharPool<String>
an alphanumeric string generator.
-
-
Constructor Summary
Constructors Constructor Description AlphaNumericPool()
-
-
-
Method Detail
-
getGenerator
public IRandomStringGenerator<String> getGenerator(Random random)
- Specified by:
getGeneratorin interfaceGenerator.ICharPool<String>
-
-