D G L N P R S 
All Classes All Packages

D

dateAfter(Date) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random Date that is after from the given Date.
dateAfter(Date, int) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random Date that is after from the given Date.
dateAfter(Date, int, SecureRandom) - Static method in class de.alpharogroup.random.date.RandomDateFactory
Creates a random Date that is after from the given Date.
dateBefore(Date) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random date that is before from the given date.
dateBefore(Date, int) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random date that is before from the given date.
dateBefore(Date, int, SecureRandom) - Static method in class de.alpharogroup.random.date.RandomDateFactory
Creates a random date that is before from the given date.
de.alpharogroup.random - package de.alpharogroup.random
 
de.alpharogroup.random.date - package de.alpharogroup.random.date
 
de.alpharogroup.random.number - package de.alpharogroup.random.number
 
de.alpharogroup.random.object - package de.alpharogroup.random.object
 
de.alpharogroup.random.util - package de.alpharogroup.random.util
 

G

getInfomailFromWebsite(String) - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
Gets an infomail address from the given url.
getRandomBigDecimal(int, int) - Static method in class de.alpharogroup.random.number.RandomNumberExtensions
The Method getRandomBigDecimal(int,int) gets an random BigDecimal.
getRandomEmail() - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
The Method getRandomEmail() gets a random email-address.
getRandomEntry(List<T>) - Static method in class de.alpharogroup.random.RandomExtensions
Returns a random entry from the given List.
getRandomEntry(Map<K, V>) - Static method in class de.alpharogroup.random.RandomExtensions
Returns a random entry from the given map.
getRandomEnumFromClass(Class<T>) - Static method in class de.alpharogroup.random.RandomExtensions
Gets the random enum.
getRandomEnumFromClassname(String) - Static method in class de.alpharogroup.random.RandomExtensions
Gets the random enum.
getRandomEnumFromEnumValues(T[]) - Static method in class de.alpharogroup.random.RandomExtensions
Gets the random enum.
getRandomEnumFromObject(T) - Static method in class de.alpharogroup.random.RandomExtensions
Gets the random enum.
getRandomFaxnumber(String) - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
Gets a random faxnumber from a phone.
getRandomFloatString(int, int) - Static method in class de.alpharogroup.random.number.RandomNumberExtensions
Gets the random float string.
getRandomHexString(int) - Static method in class de.alpharogroup.random.RandomExtensions
Generates a random hexadecimal String
getRandomIndex(Collection<T>) - Static method in class de.alpharogroup.random.RandomExtensions
Returns a random index from the given List.
getRandomIntBetween(int, int) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Returns a random int between the range from minVolume and maxVolume with the Math.abs method.
getRandomKey(Map<K, V>) - Static method in class de.alpharogroup.random.RandomExtensions
Returns a random key from the given map.
getRandomMobilnumber() - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
Gets a random mobil number from a mobilphone.
getRandomNumericString() - Static method in class de.alpharogroup.random.number.RandomNumberExtensions
Generates a random numeric string.
getRandomNumericString(int) - Static method in class de.alpharogroup.random.number.RandomNumberExtensions
The Method getRandomNumericString(int) produces a random Number to the specified length.
getRandomPassword(int) - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
The Method getRandomPassword(int) produces a random password.
getRandomPassword(Optional<Integer>) - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
The Method getRandomPassword(int) produces a random password.
getRandomPhonenumber() - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
Gets a random phonenumber.
getRandomSalt(int, Charset) - Static method in class de.alpharogroup.random.RandomExtensions
Gets the random salt.
getRandomWebsite() - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
Gets a random name for a website.

L

loadProperties(String) - Static method in class de.alpharogroup.random.util.PropertiesLoader
Gives a Properties-object from the given packagepath.

N

newRandomAlgorithm() - Static method in class de.alpharogroup.random.object.RandomObjectFactory
Factory method for create a new random RandomAlgorithm object
newRandomByteObjects(int) - Static method in class de.alpharogroup.random.object.RandomObjectFactory
Factory method for create a new random Byte object array
newRandomFloat(int, int) - Static method in class de.alpharogroup.random.object.RandomObjectFactory
Factory method for create a new random Float object
newRandomId() - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
Factory method for create a new random id and returns it
newRandomName(char[]) - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
Factory method for create a new random name from the donated char array
newRandomObject(Class<T>, String...) - Static method in class de.alpharogroup.random.object.RandomObjectFactory
Factory method for create a new random object of the given Class.
newRandomPixel() - Static method in class de.alpharogroup.random.RandomExtensions
Generates a random int for use with pixel.
newRandomPixel(int, int, int, int) - Static method in class de.alpharogroup.random.RandomExtensions
Generates a random int for use with pixel.
newRandomString() - Static method in class de.alpharogroup.random.object.RandomStringFactory
Generates a random string with a length between 3 and 25
newRandomString(int) - Static method in class de.alpharogroup.random.object.RandomStringFactory
Generates a random string.
newRandomString(int, int) - Static method in class de.alpharogroup.random.object.RandomStringFactory
Generates a random string with a length between the given start and end
newRandomString(String[]) - Static method in class de.alpharogroup.random.object.RandomStringFactory
The Method randomString(String []) a random String from the Array For example: The Stringarray test as argument.
newRandomString(String, int) - Static method in class de.alpharogroup.random.object.RandomStringFactory
The Method randomString(String, int) makes an random String from the given String and to the spezified length.
newRandomValue(Field) - Static method in class de.alpharogroup.random.object.RandomObjectFactory
Factory method for create a new random value for the given field
newSalt() - Static method in class de.alpharogroup.random.RandomExtensions
Factory method for create a new random salt.

P

PropertiesLoader - Class in de.alpharogroup.random.util
 

R

randomBigDecimal() - Static method in class de.alpharogroup.random.number.RandomNumberExtensions
Generates a random BigDecimal
randomBigInteger() - Static method in class de.alpharogroup.random.number.RandomNumberExtensions
Generates a random BigInteger
randomBirthday() - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random birthday-date between 9 and 55 years.
randomBirthday(Date, Date) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random birthday-date between the two given date-objects.
randomBoolean() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Returns a random boolean.
randomBoolean(SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Returns a random boolean.
randomByte() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomByte() selects a random byte.
randomByte(SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
The Method randomByte() selects a random byte.
randomByteArray(int) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomByteArray(int) generates a random byte array.
randomByteArray(int, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
The Method randomByteArray(int) generates a random byte array.
randomChar() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Returns a random char.
randomChar(String) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomChar(String) selects a random char from the given String.
randomChar(SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Returns a random char.
randomDate() - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random Date
randomDate(SecureRandom) - Static method in class de.alpharogroup.random.date.RandomDateFactory
Creates a random Date
randomDate(Date) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random date.
randomDate(Date, SecureRandom) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random date.
randomDate(Date, SecureRandom) - Static method in class de.alpharogroup.random.date.RandomDateFactory
Creates a random date.
randomDatebetween(long, long) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random Date between the range from startDays and endDays from the given Date and gives it back as a string to the default "dd.MM.yyyy HH:mm:ss" format.
randomDatebetween(long, long, String) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random Date between the range from startDays and endDays from the given Date and gives it back as a string to the given format.
randomDatebetween(Date, Date) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random Date between the range from start and end.
randomDateBetween(long, long, String, SecureRandom) - Static method in class de.alpharogroup.random.date.RandomDateFactory
Creates a random Date between the range from startDays and endDays from the given Date and gives it back as a string to the given format.
randomDateBetween(Date, int, int) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random Date between the range from startDays and endDays from the given Date.
randomDateBetween(Date, Date, SecureRandom) - Static method in class de.alpharogroup.random.date.RandomDateFactory
Creates a random Date between the range from start and end.
RandomDateExtensions - Class in de.alpharogroup.random.date
The class RandomDateExtensions is a utility class for creating random random dates.
RandomDateFactory - Class in de.alpharogroup.random.date
The factory class RandomDateFactory for creating random Date objects
randomDouble() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomDouble() gets a random double
randomDouble(double) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomDouble(double) gets an double to the spezified range.
randomDouble(double, RandomAlgorithm) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Gets an random double to the given range with the given random algorithm

For example: if you put range to 10 the random float is between 0.0-9.9
randomDouble(double, RandomAlgorithm, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets an random double to the given range with the given random algorithm

For example: if you put range to 10 the random float is between 0.0-9.9
randomDouble(double, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets an random double to the given range with the given random algorithm

For example: if you put range to 10 the random float is between 0.0-9.9
randomDouble(SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets an random double to the given range with the given random algorithm

For example: if you put range to 10 the random float is between 0.0-9.9
randomDoubleBetween(double, double) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Gets the random double between the range from start and end.
randomDoubleBetween(double, double, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets the random double between the range from start and end.
RandomExtensions - Class in de.alpharogroup.random
Utility class for producing random data.
randomFloat() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Generates a random float between the range 0.0-9.9.
randomFloat(float) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomFloat(float) gets an float to the spezified range.
randomFloat(float, RandomAlgorithm) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Gets an random float to the given range with the given random algorithm

For example: if you put range to 10 the random float is between 0.0-9.9
randomFloat(float, RandomAlgorithm, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets an random float to the given range with the given random algorithm

For example: if you put range to 10 the random float is between 0.0-9.9
randomFloat(float, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets an random float to the given range with the given random algorithm

For example: if you put range to 10 the random float is between 0.0-9.9
randomFloat(int, int) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method getRandomFloat(int,int) gets an random float.
randomFloat(SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Generates a random float between the range 0.0-9.9.
randomFloatBetween(float, float) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Gets the random float between the range from start and end.
randomFloatBetween(float, float, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets the random float between the range from start and end.
randomInt() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomInt() gets an int between the range 0-9.
randomInt(int) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomInt(int) gets an int to the spezified range.
randomInt(int, RandomAlgorithm) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomInt(int) gets an int to the spezified range.
randomInt(int, RandomAlgorithm, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
The Method randomInt(int) gets an int to the spezified range.
randomInt(int, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
The Method randomInt(int) gets an int to the spezified range.
randomInt(SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
The Method randomInt() gets an int between the range 0-9.
randomIntBetween(int, int) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Returns a random int between the range from start and end.
randomIntBetween(int, int, boolean, boolean) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Returns a random int between the range from start and end.
randomIntBetween(int, int, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Returns a random int between the range from minVolume and maxVolume with the Math.abs method.
randomLocalDate() - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random LocalDate object
randomLocalDateTime() - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random LocalDateTime object
randomLocalTime() - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random LocalTime object
randomLong() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Gets a random long
randomLong(long) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
The Method randomLong(long) gets an long to the spezified range.
randomLong(long, RandomAlgorithm) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Gets an random long to the given range with the given random algorithm

For example: if you put range to 10 the random int is between 0-9
randomLong(long, RandomAlgorithm, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets an random long to the given range with the given random algorithm

For example: if you put range to 10 the random int is between 0-9
randomLong(long, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets an random long to the given range with the given random algorithm

For example: if you put range to 10 the random int is between 0-9
randomLong(SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Gets a random long
randomLongBetween(long, long) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Returns a random long between the range from start and end.
randomLongBetween(long, long, SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Returns a random long between the range from start and end.
RandomNumberExtensions - Class in de.alpharogroup.random.number
Utility class for producing random numbers.
RandomObjectFactory - Class in de.alpharogroup.random.object
A factory for creating random objects
RandomObjectsExtensions - Class in de.alpharogroup.random.object
The class RandomObjectsExtensions is a utility class to create random objects.
RandomPrimitivesExtensions - Class in de.alpharogroup.random.number
Utility class for producing random privimitive types
RandomPrimitivesFactory - Class in de.alpharogroup.random.number
 
randomSerialNumber() - Static method in class de.alpharogroup.random.RandomExtensions
Returns a random serial number that can be used for a serial number.
randomShort() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
Returns a random short
randomShort(SecureRandom) - Static method in class de.alpharogroup.random.number.RandomPrimitivesFactory
Returns a random short
RandomStringFactory - Class in de.alpharogroup.random.object
 
randomToken() - Static method in class de.alpharogroup.random.RandomExtensions
Returns a random token for use in web services.
randomUUID() - Static method in class de.alpharogroup.random.RandomExtensions
Factory method for create a new random UUID
randomZoneId() - Static method in class de.alpharogroup.random.date.RandomDateExtensions
Creates a random LocalDateTime object

S

setRandomValues(Class<T>, T, String...) - Static method in class de.alpharogroup.random.object.RandomObjectFactory
Sets the random values to the fields of the given instance
D G L N P R S 
All Classes All Packages