| Modifier and Type | Field and Description | 
|---|---|
| static int | DEFAULT_LENGTHThe default length of a randomized  String. | 
| Constructor and Description | 
|---|
| RandomString() | 
| RandomString(int length)Creates a random  Stringprovider where each value is of the given length. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | make()Creates a random  StringofDEFAULT_LENGTHlength. | 
| static String | make(int length)Creates a random  Stringof the givenlength. | 
| String | nextString()Creates a new random  String. | 
| String | toString() | 
public static final int DEFAULT_LENGTH
String.public static String make()
String of DEFAULT_LENGTH length.String.public String nextString()
String.String of the given length for this instance.Copyright © 2014–2015. All rights reserved.