Class HandleGeneratorImpl
java.lang.Object
org.refcodes.generator.UniqueIdGenerator
org.refcodes.component.HandleGeneratorImpl
- All Implemented Interfaces:
Iterator<String>, HandleGenerator<String>, Generator<String>, IdGenerator
Plain straight forward
String instances generating
HandleGenerator basically being a plain good old
UniqueIdGenerator.-
Nested Class Summary
Nested classes/interfaces inherited from class UniqueIdGenerator
UniqueIdGenerator.IdEncoding -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class UniqueIdGenerator
hasNext, initSeed, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Constructor Details
-
HandleGeneratorImpl
public HandleGeneratorImpl()
-