Class HandleGeneratorImpl

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.String>, HandleGenerator<java.lang.String>, org.refcodes.generator.Generator<java.lang.String>, org.refcodes.generator.IdGenerator

    public class HandleGeneratorImpl
    extends org.refcodes.generator.UniqueIdGeneratorImpl
    implements HandleGenerator<java.lang.String>
    Plain straight forward String instances generating HandleGenerator basically being a plain good old UniqueIdGeneratorImpl.
    • Method Summary

      • Methods inherited from interface org.refcodes.generator.Generator

        hasNext, next
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from class org.refcodes.generator.UniqueIdGeneratorImpl

        hasNext, initSeed, next, remove
    • Constructor Detail

      • HandleGeneratorImpl

        public HandleGeneratorImpl()