Package org.dmfs.jems2.generator
Class DelegatingGenerator<Type>
- java.lang.Object
-
- org.dmfs.jems2.generator.DelegatingGenerator<Type>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDelegatingGenerator(Generator<Type> mDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Typenext()Generates and returns another value.
-