Package w.util.random
Class SimpleRandomStringGenerator
java.lang.Object
w.util.random.SimpleRandomStringGenerator
- All Implemented Interfaces:
RandomStringGenerator
- Author:
- whilein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull RandomStringGeneratorBuilderbuilder()@NotNull StringnextString(int length)
-
Constructor Details
-
SimpleRandomStringGenerator
public SimpleRandomStringGenerator()
-
-
Method Details
-
builder
-
nextString
- Specified by:
nextStringin interfaceRandomStringGenerator
-