public class SimpleNameGenerator extends Object implements NameGenerator
| Constructor and Description |
|---|
SimpleNameGenerator() |
| Modifier and Type | Method and Description |
|---|---|
GivenName |
nextGivenName() |
List<GivenName> |
nextGivenNames(int count) |
FullName |
nextName() |
List<FullName> |
nextNames(int count) |
List<FullName> |
nextNames(Query query) |
String |
nextNickname() |
List<String> |
nextNicknames(int count) |
String |
nextSurname() |
List<String> |
nextSurnames(int count) |
public List<FullName> nextNames(Query query)
nextNames in interface NameGeneratorpublic List<FullName> nextNames(int count)
nextNames in interface NameGeneratorpublic List<GivenName> nextGivenNames(int count)
nextGivenNames in interface NameGeneratorpublic List<String> nextSurnames(int count)
nextSurnames in interface NameGeneratorpublic List<String> nextNicknames(int count)
nextNicknames in interface NameGeneratorpublic FullName nextName()
nextName in interface NameGeneratorpublic GivenName nextGivenName()
nextGivenName in interface NameGeneratorpublic String nextSurname()
nextSurname in interface NameGeneratorpublic String nextNickname()
nextNickname in interface NameGeneratorCopyright © 2017. All rights reserved.