public abstract class DelegatingGenerator<Type> extends java.lang.Object implements Generator<Type>
Generator
DelegatingGenerator(Generator<Type> mDelegate)
Type
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DelegatingGenerator(Generator<Type> mDelegate)
public final Type next()
next
Generator<Type>