A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
R
- race() - function in io.github.serpro69.kfaker.provider.Demographic
- race() - function in io.github.serpro69.kfaker.provider.ElderScrolls
- races() - function in io.github.serpro69.kfaker.provider.DnD
- races() - function in io.github.serpro69.kfaker.provider.DragonBall
- races() - function in io.github.serpro69.kfaker.provider.Tolkien
- races() - function in io.github.serpro69.kfaker.provider.WorldOfWarcraft
- Rajnikanth - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.ANCIENT category.
- RAM - enum entry in io.github.serpro69.kfaker.provider.TronCharacter
- randomClassInstance() - function in io.github.serpro69.kfaker.provider.RandomProvider
- Creates an instance of T.
- randomClassInstance(Function1) - function in io.github.serpro69.kfaker.provider.RandomProvider
- Creates an instance of T.
- RandomProvider - class in io.github.serpro69.kfaker.provider
- Provider for functionality not covered by the standard dictionary files.
- RandomProviderConfig - class in io.github.serpro69.kfaker.provider
- Configuration for RandomProvider.randomClassInstance.
- RandomService - class in io.github.serpro69.kfaker
- Wrapper around Random that also contains some additional functions not covered by Random.
- randomString(Integer,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with the specified length consisting of a pseudo-randomly generated English alphabet letters and optional numericalChars, or an empty string for a
length < 1. - randomString(Integer,Locale,Boolean,Boolean,Boolean,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with the specified length (or an empty string for a
length < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Locale,Boolean,Boolean,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with the specified length (or an empty string for a
length < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Locale,Boolean,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with the specified length (or an empty string for a
length < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Locale,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with the specified length (or an empty string for a
length < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Locale) - function in io.github.serpro69.kfaker.RandomService
- Returns String with the specified length (or an empty string for a
length < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer) - function in io.github.serpro69.kfaker.RandomService
- Returns String with the specified length (or an empty string for a
length < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString() - function in io.github.serpro69.kfaker.RandomService
- Returns String with the specified length (or an empty string for a
length < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Integer,Locale,Boolean,Boolean,Boolean,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with a randomLength withing the specified min and max boundaries (or an empty string for if
randomLength < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Integer,Locale,Boolean,Boolean,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with a randomLength withing the specified min and max boundaries (or an empty string for if
randomLength < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Integer,Locale,Boolean,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with a randomLength withing the specified min and max boundaries (or an empty string for if
randomLength < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Integer,Locale,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns String with a randomLength withing the specified min and max boundaries (or an empty string for if
randomLength < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Integer,Locale) - function in io.github.serpro69.kfaker.RandomService
- Returns String with a randomLength withing the specified min and max boundaries (or an empty string for if
randomLength < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomString(Integer,Integer) - function in io.github.serpro69.kfaker.RandomService
- Returns String with a randomLength withing the specified min and max boundaries (or an empty string for if
randomLength < 1) consisting of pseudo-randomly generated characters in a given locale with optional auxiliaryChars and numericalChars - randomSublist(List,Integer,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns a view of the portion of the list with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomSublist(List,Integer) - function in io.github.serpro69.kfaker.RandomService
- Returns a view of the portion of the list with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomSublist(List) - function in io.github.serpro69.kfaker.RandomService
- Returns a view of the portion of the list with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomSublist(List,IntRange,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns a view of the portion of the list with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomSublist(List,IntRange) - function in io.github.serpro69.kfaker.RandomService
- Returns a view of the portion of the list with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomSubset(Set,Integer,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns a portion of the set with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomSubset(Set,Integer) - function in io.github.serpro69.kfaker.RandomService
- Returns a portion of the set with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomSubset(Set) - function in io.github.serpro69.kfaker.RandomService
- Returns a portion of the set with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomSubset(Set,IntRange,Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns a portion of the set with pseudo-randomly generated
fromIndexand (possibly)toIndexvalues. - randomValue(List) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudo-randomly selected value from the list of values.
- randomValue(Array) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudo-randomly selected value from the array of values.
- range() - function in io.github.serpro69.kfaker.provider.Mountain
- rangedWeapons() - function in io.github.serpro69.kfaker.provider.DnD
- rank() - function in io.github.serpro69.kfaker.provider.LeagueOfLegends
- ranks() - function in io.github.serpro69.kfaker.provider.ClashOfClans
- realName() - function in io.github.serpro69.kfaker.provider.SwordArtOnline
- regexify(String) - function in io.github.serpro69.kfaker.provider.misc.StringProvider
- Returns a string of generated values based on the regex expressions in the template input, for example
regexify("""\d{3}""")will return a string consisting of 3 random digits. - region() - function in io.github.serpro69.kfaker.provider.ElderScrolls
- regions(String) - function in io.github.serpro69.kfaker.provider.Coffee
- registry() - function in io.github.serpro69.kfaker.provider.Cat
- Relationship - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.RELATIONSHIP category.
- Restaurant - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.RESTAURANT category.
- RetryLimitException - class in io.github.serpro69.kfaker.exception
- review() - function in io.github.serpro69.kfaker.provider.Restaurant
- rheiformes() - function in io.github.serpro69.kfaker.provider.BirdOrderCommonMap
- rhFactor() - function in io.github.serpro69.kfaker.provider.Blood
- RickAndMorty - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.RICK_AND_MORTY category.
- robin() - function in io.github.serpro69.kfaker.provider.Quote
- RockBand - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.ROCK_BAND category.
- romeoAndJuliet() - function in io.github.serpro69.kfaker.provider.Shakespeare
- Room - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.ROOM category.
- rooms() - function in io.github.serpro69.kfaker.provider.House
- roosters(String,String) - function in io.github.serpro69.kfaker.provider.WorldCup
- ROY_KLEINBERG - enum entry in io.github.serpro69.kfaker.provider.TronAlternateCharacter
- Rupaul - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.RUPAUL category.
- Rush - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.RUSH category.