public class LoremIpsumGenerator extends Object
| Constructor and Description |
|---|
LoremIpsumGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static LoremIpsumGenerator |
getInstance() |
boolean |
getRandomBoolean() |
byte |
getRandomByte() |
char |
getRandomChar() |
double |
getRandomDouble() |
float |
getRandomFloat() |
int |
getRandomInt() |
int |
getRandomInt(int max) |
java.time.LocalDate |
getRandomLocalDate() |
java.time.LocalDateTime |
getRandomLocalDateTime() |
long |
getRandomLong() |
short |
getRandomShort() |
String |
getRandomString() |
UUID |
getRandomUuid() |
static void |
setInstance(LoremIpsumGenerator instance) |
public String getRandomString()
public boolean getRandomBoolean()
public UUID getRandomUuid()
public java.time.LocalDateTime getRandomLocalDateTime()
public java.time.LocalDate getRandomLocalDate()
public int getRandomInt()
public char getRandomChar()
public byte getRandomByte()
public long getRandomLong()
public float getRandomFloat()
public double getRandomDouble()
public short getRandomShort()
public int getRandomInt(int max)
public static void setInstance(LoremIpsumGenerator instance)
public static LoremIpsumGenerator getInstance()
Copyright © 2019–2020. All rights reserved.