public final class NameSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
elementSize |
char[][] |
names |
int |
threshold |
| Constructor and Description |
|---|
NameSet(int size) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
add(char[] name) |
java.lang.String |
toString() |