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.