public class NumericNameFactory extends java.lang.Object implements NameFactory
NameFactory generates unique numeric names, starting at
"1".| Constructor and Description |
|---|
NumericNameFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
nextName() |
void |
reset() |
public void reset()
reset in interface NameFactorypublic java.lang.String nextName()
nextName in interface NameFactory