public class CyclicGeneratorProxy extends GeneratorProxy(Code)
Generator proxy that 'loops' through a source Generator,
calling reset() each time the source becomes unavailable.
It becomes unavailable only if the source generator is
unavailable after a reset.