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