- 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.
- getRandomString(int) - Static method in class de.alpharogroup.random.RandomExtensions
-
Generates a random string.
- getRandomString(String, int) - Static method in class de.alpharogroup.random.RandomExtensions
-
The Method randomString(String, int) makes an random String from the given String and to the
spezified length.
- getRandomString() - Static method in class de.alpharogroup.random.RandomExtensions
-
Generates a random string with a length between 3 and 25
- getRandomString(int, int) - Static method in class de.alpharogroup.random.RandomExtensions
-
Generates a random string with a length between the given start and end
- getRandomString(String[]) - Static method in class de.alpharogroup.random.RandomExtensions
-
The Method randomString(String []) a random String from the Array For example: The
Stringarray test as argument.
- getRandomWebsite() - Static method in class de.alpharogroup.random.object.RandomObjectsExtensions
-
Gets a random name for a website.
- getTimestamp() - Static method in class de.alpharogroup.random.date.RandomDateExtensions
-
Creates a java.sql.Timestamp from now.
- getTimestamp(Date) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
-
Creates a java.sql.Timestamp(to match the ones in the database) from the given date.
- 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.
- randomByte() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
-
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.
- 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.
- randomDate(Date) - Static method in class de.alpharogroup.random.date.RandomDateExtensions
-
Creates a random date.
- randomDate() - Static method in class de.alpharogroup.random.date.RandomDateExtensions
-
Creates a random Date
- 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) - 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, 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.
- RandomDateExtensions - Class in de.alpharogroup.random.date
-
- RandomDateExtensions() - Constructor for class de.alpharogroup.random.date.RandomDateExtensions
-
- 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() - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
-
The Method randomDouble() gets a random double
- 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, String) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
-
Gets the random double between the range from start and end in the given pattern.
- RandomExtensions - Class in de.alpharogroup.random
-
Utility class for producing random data.
- RandomExtensions() - Constructor for class de.alpharogroup.random.RandomExtensions
-
- 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(int, int) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
-
The Method getRandomFloat(int,int) gets an random float.
- 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, String) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
-
Gets the random float between the range from start and end in the given pattern.
- 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.
- 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.
- 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
- randomLongBetween(long, long) - Static method in class de.alpharogroup.random.number.RandomPrimitivesExtensions
-
Returns a random long between the range from start and end.
- RandomNumberExtensions - Class in de.alpharogroup.random.number
-
Utility class for producing random numbers.
- RandomNumberExtensions() - Constructor for class de.alpharogroup.random.number.RandomNumberExtensions
-
- RandomObjectFactory - Class in de.alpharogroup.random.object
-
A factory for creating random objects
- RandomObjectFactory() - Constructor for class de.alpharogroup.random.object.RandomObjectFactory
-
- RandomObjectsExtensions - Class in de.alpharogroup.random.object
-
- RandomObjectsExtensions() - Constructor for class de.alpharogroup.random.object.RandomObjectsExtensions
-
- RandomPrimitivesExtensions - Class in de.alpharogroup.random.number
-
Utility class for producing random privimitive types
- RandomPrimitivesExtensions() - Constructor for class de.alpharogroup.random.number.RandomPrimitivesExtensions
-
- 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
- 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