public class UniqueStringCreator extends Object
Constructor and Description |
---|
UniqueStringCreator() |
Modifier and Type | Method and Description |
---|---|
String |
getNextUniqueString()
Each time this method is called, it will return a String that was not
returned on any previous call, and thus will not be returned by any
subsequent call.
|
public String getNextUniqueString()