Skip navigation links
G N R S 

G

generateByRegex(String) - Method in class net.moznion.random.string.RandomStringGenerator
Generate random string from regular expression.
generateFromPattern(String) - Method in class net.moznion.random.string.RandomStringGenerator
Generate random string from pattern.
getNumOfUpperLimit() - Method in class net.moznion.random.string.RandomStringGenerator
Get number of upper limit for regex quantifiers, for example *, + and etc.

N

net.moznion.random.string - package net.moznion.random.string
 

R

RandomStringGenerator - Class in net.moznion.random.string
Generator of random string.
RandomStringGenerator() - Constructor for class net.moznion.random.string.RandomStringGenerator
Instantiate generator with a default number of upper limit for regex quantifiers (for example *, + and etc; default value is 10) and a default instance of Random.
RandomStringGenerator(int) - Constructor for class net.moznion.random.string.RandomStringGenerator
Instantiate generator with a number of upper limit for regex quantifiers (for example * , + and etc) and a default instance of Random.
RandomStringGenerator(Random) - Constructor for class net.moznion.random.string.RandomStringGenerator
Instantiate generator with a default number of upper limit for regex quantifiers (for example *, + and etc; default value is 10) and an instance of Random.
RandomStringGenerator(Random, int) - Constructor for class net.moznion.random.string.RandomStringGenerator
Instantiate generator with a number of upper limit for regex quantifiers (for example * , + and etc) and an instance of Random.

S

setNumOfUpperLimit(int) - Method in class net.moznion.random.string.RandomStringGenerator
Set number of upper limit for regex quantifiers, for example *, + and etc.
G N R S 
Skip navigation links

Copyright © 2015. All rights reserved.