public final class DefaultRandomStringGenerator extends Object
| 构造器和说明 |
|---|
DefaultRandomStringGenerator() |
DefaultRandomStringGenerator(int maxRandomLength) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getMaxLength() |
int |
getMinLength() |
String |
getNewString() |
byte[] |
getNewStringAsBytes() |
public DefaultRandomStringGenerator()
public DefaultRandomStringGenerator(int maxRandomLength)
public int getMinLength()
public int getMaxLength()
public String getNewString()
public byte[] getNewStringAsBytes()
Copyright © 2023. All rights reserved.