Interface HandleGenerator<H>

Type Parameters:
H - The type of the handles.
All Superinterfaces:
org.refcodes.generator.Generator<H>, Iterator<H>
All Known Implementing Classes:
HandleGeneratorImpl

public interface HandleGenerator<H> extends org.refcodes.generator.Generator<H>
Generates handles of the generic type.
  • Method Summary

    Methods inherited from interface org.refcodes.generator.Generator

    hasNext, next

    Methods inherited from interface java.util.Iterator

    forEachRemaining, remove