Skip navigation links
B C D E F G H I L N P Q R S T V 

B

build() - Method in class io.resourcepool.generator.Query.Builder
 
builder() - Static method in class io.resourcepool.generator.Query
 

C

clone() - Method in class io.resourcepool.model.Fortune
 
clone() - Method in class io.resourcepool.model.FullName
 
clone() - Method in class io.resourcepool.model.GivenName
 
count(int) - Method in class io.resourcepool.generator.Query.Builder
 
count - Variable in class io.resourcepool.generator.Query
 

D

Dictionary<T> - Interface in io.resourcepool.dictionary
Represents a multi-lingual dictionary for any generic type of data.

E

equals(Object) - Method in class io.resourcepool.model.FullName
 
equals(Object) - Method in class io.resourcepool.model.GivenName
 

F

Fortune - Class in io.resourcepool.model
Represents a fortune saying or quote.
Fortune(String, String) - Constructor for class io.resourcepool.model.Fortune
 
FortuneGenerator - Interface in io.resourcepool.generator
Name Generator.
FortuneLoader - Class in io.resourcepool.dictionary.loader
Parse fortune file into a POJO.
FortuneLoader() - Constructor for class io.resourcepool.dictionary.loader.FortuneLoader
 
FortunesDictionary - Class in io.resourcepool.dictionary.impl
Fortunes dictionary.
FortunesDictionary() - Constructor for class io.resourcepool.dictionary.impl.FortunesDictionary
 
fromFirstName(String, Language) - Static method in class io.resourcepool.util.NicknameCreator
 
FullName - Class in io.resourcepool.model
The full name.
FullName(String, String, String, Gender) - Constructor for class io.resourcepool.model.FullName
 

G

gender - Variable in class io.resourcepool.model.FullName
 
Gender - Enum in io.resourcepool.model
The Gender of a person.
gender - Variable in class io.resourcepool.model.GivenName
 
getFortunes() - Method in class io.resourcepool.dictionary.impl.FortunesDictionary
 
getGivenNames() - Method in class io.resourcepool.dictionary.impl.GivenNamesDictionary
 
getLocaleCode() - Method in enum io.resourcepool.model.Language
 
getSurnames() - Method in class io.resourcepool.dictionary.impl.SurnamesDictionary
 
givenName - Variable in class io.resourcepool.model.FullName
 
GivenName - Class in io.resourcepool.model
Represents a given name and its related fields (nickname and gender).
GivenName(String, String, Gender) - Constructor for class io.resourcepool.model.GivenName
 
givenName - Variable in class io.resourcepool.model.GivenName
 
GivenNamesDictionary - Class in io.resourcepool.dictionary.impl
Names dictionary.
GivenNamesDictionary() - Constructor for class io.resourcepool.dictionary.impl.GivenNamesDictionary
 

H

hashCode() - Method in class io.resourcepool.model.FullName
 
hashCode() - Method in class io.resourcepool.model.GivenName
 

I

io.resourcepool.dictionary - package io.resourcepool.dictionary
 
io.resourcepool.dictionary.impl - package io.resourcepool.dictionary.impl
 
io.resourcepool.dictionary.loader - package io.resourcepool.dictionary.loader
 
io.resourcepool.generator - package io.resourcepool.generator
 
io.resourcepool.generator.impl - package io.resourcepool.generator.impl
 
io.resourcepool.model - package io.resourcepool.model
 
io.resourcepool.util - package io.resourcepool.util
 

L

Language - Enum in io.resourcepool.model
Supported languages for little-bob.
languages(Language...) - Method in class io.resourcepool.generator.Query.Builder
 
languages - Variable in class io.resourcepool.generator.Query
 
load(Language) - Static method in class io.resourcepool.dictionary.loader.FortuneLoader
 
loadGivenNames(Language) - Static method in class io.resourcepool.dictionary.loader.NameLoader
 
loadSurnames(Language) - Static method in class io.resourcepool.dictionary.loader.NameLoader
 

N

NameGenerator - Interface in io.resourcepool.generator
Name Generator.
NameLoader - Class in io.resourcepool.dictionary.loader
Parse names files into a POJO.
NameLoader() - Constructor for class io.resourcepool.dictionary.loader.NameLoader
 
nextFortune() - Method in interface io.resourcepool.generator.FortuneGenerator
 
nextFortune(Language) - Method in interface io.resourcepool.generator.FortuneGenerator
 
nextFortune() - Method in class io.resourcepool.generator.impl.SimpleFortuneGenerator
 
nextFortune(Language) - Method in class io.resourcepool.generator.impl.SimpleFortuneGenerator
 
nextFortunes(Query) - Method in interface io.resourcepool.generator.FortuneGenerator
 
nextFortunes(int) - Method in interface io.resourcepool.generator.FortuneGenerator
 
nextFortunes(Query) - Method in class io.resourcepool.generator.impl.SimpleFortuneGenerator
 
nextFortunes(int) - Method in class io.resourcepool.generator.impl.SimpleFortuneGenerator
 
nextGivenName() - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextGivenName() - Method in interface io.resourcepool.generator.NameGenerator
 
nextGivenNames(int) - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextGivenNames(int) - Method in interface io.resourcepool.generator.NameGenerator
 
nextName() - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextName() - Method in interface io.resourcepool.generator.NameGenerator
 
nextNames(Query) - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextNames(int) - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextNames(Query) - Method in interface io.resourcepool.generator.NameGenerator
 
nextNames(int) - Method in interface io.resourcepool.generator.NameGenerator
 
nextNickname() - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextNickname() - Method in interface io.resourcepool.generator.NameGenerator
 
nextNicknames(int) - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextNicknames(int) - Method in interface io.resourcepool.generator.NameGenerator
 
nextSurname() - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextSurname() - Method in interface io.resourcepool.generator.NameGenerator
 
nextSurnames(int) - Method in class io.resourcepool.generator.impl.SimpleNameGenerator
 
nextSurnames(int) - Method in interface io.resourcepool.generator.NameGenerator
 
nickname - Variable in class io.resourcepool.model.FullName
 
nickname - Variable in class io.resourcepool.model.GivenName
 
NicknameCreator - Class in io.resourcepool.util
Nickname Creator.
NicknameCreator() - Constructor for class io.resourcepool.util.NicknameCreator
 

P

parse(String) - Static method in enum io.resourcepool.model.Gender
 
pick(Language) - Method in interface io.resourcepool.dictionary.Dictionary
 
pick() - Method in interface io.resourcepool.dictionary.Dictionary
 
pick(int) - Method in interface io.resourcepool.dictionary.Dictionary
 
pick(Query) - Method in interface io.resourcepool.dictionary.Dictionary
 
pick(Language) - Method in class io.resourcepool.dictionary.impl.FortunesDictionary
 
pick() - Method in class io.resourcepool.dictionary.impl.FortunesDictionary
 
pick(int) - Method in class io.resourcepool.dictionary.impl.FortunesDictionary
 
pick(Query) - Method in class io.resourcepool.dictionary.impl.FortunesDictionary
 
pick(Language) - Method in class io.resourcepool.dictionary.impl.GivenNamesDictionary
 
pick() - Method in class io.resourcepool.dictionary.impl.GivenNamesDictionary
 
pick(int) - Method in class io.resourcepool.dictionary.impl.GivenNamesDictionary
 
pick(Query) - Method in class io.resourcepool.dictionary.impl.GivenNamesDictionary
 
pick(Language) - Method in class io.resourcepool.dictionary.impl.SurnamesDictionary
 
pick() - Method in class io.resourcepool.dictionary.impl.SurnamesDictionary
 
pick(int) - Method in class io.resourcepool.dictionary.impl.SurnamesDictionary
 
pick(Query) - Method in class io.resourcepool.dictionary.impl.SurnamesDictionary
 

Q

Query - Class in io.resourcepool.generator
Text Generator Filter.
Query(int, Language...) - Constructor for class io.resourcepool.generator.Query
 
Query.Builder - Class in io.resourcepool.generator
 

R

random() - Static method in enum io.resourcepool.model.Language
 

S

SimpleFortuneGenerator - Class in io.resourcepool.generator.impl
Simple Fortune generator using the dictionaries provided in the classpath resources.
SimpleFortuneGenerator() - Constructor for class io.resourcepool.generator.impl.SimpleFortuneGenerator
 
SimpleNameGenerator - Class in io.resourcepool.generator.impl
Simple Name generator using the dictionaries provided in the classpath resources.
SimpleNameGenerator() - Constructor for class io.resourcepool.generator.impl.SimpleNameGenerator
 
size(Language...) - Method in interface io.resourcepool.dictionary.Dictionary
 
size() - Method in interface io.resourcepool.dictionary.Dictionary
 
size(Language...) - Method in class io.resourcepool.dictionary.impl.FortunesDictionary
 
size() - Method in class io.resourcepool.dictionary.impl.FortunesDictionary
 
size(Language...) - Method in class io.resourcepool.dictionary.impl.GivenNamesDictionary
 
size() - Method in class io.resourcepool.dictionary.impl.GivenNamesDictionary
 
size(Language...) - Method in class io.resourcepool.dictionary.impl.SurnamesDictionary
 
size() - Method in class io.resourcepool.dictionary.impl.SurnamesDictionary
 
source - Variable in class io.resourcepool.model.Fortune
 
surname - Variable in class io.resourcepool.model.FullName
 
SurnamesDictionary - Class in io.resourcepool.dictionary.impl
Names dictionary.
SurnamesDictionary() - Constructor for class io.resourcepool.dictionary.impl.SurnamesDictionary
 

T

text - Variable in class io.resourcepool.model.Fortune
 
toFullName(String) - Method in class io.resourcepool.model.GivenName
 
toString() - Method in class io.resourcepool.model.FullName
 
toString() - Method in class io.resourcepool.model.GivenName
 

V

valueOf(String) - Static method in enum io.resourcepool.model.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.resourcepool.model.Language
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.resourcepool.model.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.resourcepool.model.Language
Returns an array containing the constants of this enum type, in the order they are declared.
B C D E F G H I L N P Q R S T V 
Skip navigation links

Copyright © 2017. All rights reserved.