Class Generator<T>

  • Type Parameters:
    T - type of the object.
    All Implemented Interfaces:
    Iterable<T>

    public abstract class Generator<T>
    extends Object
    implements Iterable<T>
    Generator class that yields instances of T type objects as soon as they are ready.