public class Namer extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
consonants |
static List<String> |
syllables |
static String |
vowels |
static List<String> |
words |
| Constructor and Description |
|---|
Namer() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateUniqueName() |
String |
getUniqueWord() |
static void |
main(String[] args) |
public static final String consonants
public static final String vowels
Copyright © 2018. All rights reserved.