| Package | Description |
|---|---|
| io.resourcepool.dictionary | |
| io.resourcepool.dictionary.impl | |
| io.resourcepool.generator | |
| io.resourcepool.generator.impl |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
Dictionary.pick(Query query) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
SurnamesDictionary.pick(Query query) |
List<GivenName> |
GivenNamesDictionary.pick(Query query) |
List<Fortune> |
FortunesDictionary.pick(Query query) |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Fortune> |
FortuneGenerator.nextFortunes(Query query) |
List<FullName> |
NameGenerator.nextNames(Query query) |
| Modifier and Type | Method and Description |
|---|---|
List<Fortune> |
SimpleFortuneGenerator.nextFortunes(Query query) |
List<FullName> |
SimpleNameGenerator.nextNames(Query query) |
Copyright © 2017. All rights reserved.