public class RandomString extends Object
| Modifier and Type | Field and Description |
|---|---|
static char[] |
DEFAULT_CHARS |
static int |
DEFAULT_LENGTH |
| Constructor and Description |
|---|
RandomString() |
| Modifier and Type | Method and Description |
|---|---|
RandomString |
ofLength(int lenth) |
String |
toString() |
RandomString |
withCharacters(char[] chars) |
public static final char[] DEFAULT_CHARS
public static final int DEFAULT_LENGTH
public RandomString ofLength(int lenth)
public RandomString withCharacters(char[] chars)
Copyright © 2017. All Rights Reserved.