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
N
- name() - function in io.github.serpro69.kfaker.provider.Animal
- name() - function in io.github.serpro69.kfaker.provider.App
- name() - function in io.github.serpro69.kfaker.provider.Bank
- name() - function in io.github.serpro69.kfaker.provider.Beer
- name() - function in io.github.serpro69.kfaker.provider.Cat
- name() - function in io.github.serpro69.kfaker.provider.Color
- name() - function in io.github.serpro69.kfaker.provider.Company
- name() - function in io.github.serpro69.kfaker.provider.Currency
- name() - function in io.github.serpro69.kfaker.provider.DcComics
- name() - function in io.github.serpro69.kfaker.provider.Dog
- name() - function in io.github.serpro69.kfaker.provider.Drone
- name() - function in io.github.serpro69.kfaker.provider.FunnyName
- name() - function in io.github.serpro69.kfaker.provider.Horse
- name() - function in io.github.serpro69.kfaker.provider.Mountain
- name() - function in io.github.serpro69.kfaker.provider.Name
- Name - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.NAME category.
- name() - function in io.github.serpro69.kfaker.provider.ProgrammingLanguage
- name() - function in io.github.serpro69.kfaker.provider.Restaurant
- name() - function in io.github.serpro69.kfaker.provider.RockBand
- name() - function in io.github.serpro69.kfaker.provider.Superhero
- name() - function in io.github.serpro69.kfaker.provider.Team
- name() - function in io.github.serpro69.kfaker.provider.University
- namedParameterGenerator(String,Function0) - function in io.github.serpro69.kfaker.provider.RandomProviderConfig
- Configures generation for a specific named parameter.
- names() - function in io.github.serpro69.kfaker.provider.Artist
- names() - function in io.github.serpro69.kfaker.provider.GreekPhilosophers
- names() - function in io.github.serpro69.kfaker.provider.Heroes
- names() - function in io.github.serpro69.kfaker.provider.Pokemon
- nameWithMiddle() - function in io.github.serpro69.kfaker.provider.Name
- Naruto - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.NARUTO category.
- nasaSpaceCraft() - function in io.github.serpro69.kfaker.provider.Space
- NASDAQ - enum entry in io.github.serpro69.kfaker.provider.StockExchange
- Nation - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.NATION category.
- nationality() - function in io.github.serpro69.kfaker.provider.Nation
- NatoPhoneticAlphabet - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.NATO_PHONETIC_ALPHABET category.
- nature() - function in io.github.serpro69.kfaker.provider.SlackEmoji
- navyRank() - function in io.github.serpro69.kfaker.provider.Military
- nebula() - function in io.github.serpro69.kfaker.provider.Space
- negative() - function in io.github.serpro69.kfaker.provider.Adjective
- neutralFirstName() - function in io.github.serpro69.kfaker.provider.Name
- NewGirl - class in io.github.serpro69.kfaker.provider
- FakeDataProvider implementation for YamlCategory.NEW_GIRL category.
- nextBoolean() - function in io.github.serpro69.kfaker.RandomService
- Returns the next pseudorandom, uniformly distributed Boolean value from this random number generator's sequence.
- nextChar() - function in io.github.serpro69.kfaker.RandomService
- Returns the next pseudorandom, uniformly distributed Char value, from this random number generator's sequence.
- nextDouble() - function in io.github.serpro69.kfaker.RandomService
- Returns the next pseudorandom, uniformly distributed Double value between
0.0and1.0from this random number generator's sequence. - nextEnum() - function in io.github.serpro69.kfaker.RandomService
- Returns a randomly selected enum entry of type E.
- nextEnum(Class) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudo-randomly selected enum entry of type E.
- nextEnum(Array) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudo-randomly selected enum entry from an Array of E type values.
- nextEnum(Class,Function1) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudo-randomly selected enum class of type E based on predicate for E.
- nextEnum(String) - function in io.github.serpro69.kfaker.RandomService
- Returns a randomly selected enum entry of type E excluding a particular class by it's className.
- nextFloat() - function in io.github.serpro69.kfaker.RandomService
- Returns the next pseudorandom, uniformly distributed Float value between
0.0and1.0from this random number generator's sequence. - nextInt() - function in io.github.serpro69.kfaker.RandomService
- Returns the next pseudorandom, uniformly distributed Int value from this random number generator's sequence.
- nextInt(Integer) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudorandom, uniformly distributed Int value between
0(inclusive) and the specified bound (exclusive), drawn from this random number generator's sequence. - nextInt(IntRange) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudorandom, uniformly distributed Int value within the specified int range (inclusive), drawn from this random number generator's sequence.
- nextInt(Integer,Integer) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudorandom, uniformly distributed Int value between min (inclusive) and max (inclusive), drawn from this random number generator's sequence.
- nextLetter(Boolean) - function in io.github.serpro69.kfaker.RandomService
- Returns the next pseudorandom, uniformly distributed Char value that corresponds to a letter in the English alphabet.
- nextLong() - function in io.github.serpro69.kfaker.RandomService
- Returns the next pseudorandom, uniformly distributed Long value from this random number generator's sequence.
- nextLong(Long) - function in io.github.serpro69.kfaker.RandomService
- Returns a pseudorandom, uniformly distributed Long value between
0(inclusive), and the specified bound value (exclusive), drawn from this random number generator's sequence. - nextString(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 - nextUUID() - function in io.github.serpro69.kfaker.RandomService
- Returns the next pseudorandom UUID as String taking the seed of this random.
- nightStalker() - function in io.github.serpro69.kfaker.provider.Dota
- NO_ARGS - enum entry in io.github.serpro69.kfaker.provider.ConstructorFilterStrategy
- notes() - function in io.github.serpro69.kfaker.provider.Coffee
- noun() - function in io.github.serpro69.kfaker.provider.Emotion
- noun() - function in io.github.serpro69.kfaker.provider.Hacker
- nullableTypeGenerator(Function0) - function in io.github.serpro69.kfaker.provider.RandomProviderConfig
- Configures generation for a specific nullable type.
- number() - function in io.github.serpro69.kfaker.provider.CellPhone
- numerify(String) - function in io.github.serpro69.kfaker.provider.misc.StringProvider
- Replaces every
#char for this template string with a random int from 0 to 9 inclusive, and returns the modified String. - NYSE - enum entry in io.github.serpro69.kfaker.provider.StockExchange