public interface NameGenerator
| 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) |
Copyright © 2017. All rights reserved.