public abstract class AbstractHumanReadableIdGenerator extends Object implements HumanReadableIdGenerator
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
adjectives |
protected String[] |
animals |
protected String[] |
numbers |
protected SecureRandom |
random |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHumanReadableIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
randomize(String[] input)
Fisher-Yates shuffle (inside-out variant)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateprotected final String[] animals
protected final String[] adjectives
protected final String[] numbers
protected final SecureRandom random
Copyright © 2019. All rights reserved.