Class Generator
- java.lang.Object
-
- org.alindner.tools.common.random.generator.Generator
-
public class Generator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerator.AlphaNumericPoolan alphanumeric string generator.static classGenerator.AlphanumericSignsPoolan alphanumeric string generator.static interfaceGenerator.ICharPoolstatic classGenerator.NumbersPool
-
Constructor Summary
Constructors Constructor Description Generator()
-
Method Summary
Modifier and Type Method Description static IRandomStringGenerator<String>alphanumeric()Create an alphanumeric string generator.static IRandomStringGenerator<String>alphanumericSigns()Create an alphanumeric string generator.static IRandomStringGenerator<BigInteger>integerNumbers()Create an number saved asBigIntegergenerator.static IRandomStringGenerator<String>numbers()Create an alphanumeric string generator.static IRandomStringGenerator<String>unicode()Create an alphanumeric string generator.
-
-
-
Method Detail
-
alphanumeric
public static IRandomStringGenerator<String> alphanumeric()
Create an alphanumeric string generator.- Returns:
- String Generator
-
alphanumericSigns
public static IRandomStringGenerator<String> alphanumericSigns()
Create an alphanumeric string generator.- Returns:
- String Generator
-
unicode
public static IRandomStringGenerator<String> unicode()
Create an alphanumeric string generator.- Returns:
- String Generator
-
numbers
public static IRandomStringGenerator<String> numbers()
Create an alphanumeric string generator.- Returns:
- Number Generator
-
integerNumbers
public static IRandomStringGenerator<BigInteger> integerNumbers()
Create an number saved asBigIntegergenerator.- Returns:
- Integer Number Generator
-
-