Interface IdCounter

All Superinterfaces:
Counter<String>, Generator<String>, IdGenerator, Iterator<String>, org.refcodes.mixin.Resetable
All Known Implementing Classes:
AlphabetCounter, AlphabetCounterComposite, IdCounterComposite

public interface IdCounter extends IdGenerator, Counter<String>
The IdCounter provides means to implement a Counter for Ids of type String.