Interface IdGenerator

All Superinterfaces:
Generator<String>, Iterator<String>
All Known Subinterfaces:
IdCounter
All Known Implementing Classes:
AlphabetCounter, AlphabetCounterComposite, IdCounterComposite, UniqueIdGenerator, UniqueIdGeneratorSingleton

public interface IdGenerator extends Generator<String>
The IdGenerator interface defines generator functionality for String instances.