public interface FieldGenerator<T> extends Iterator<T>
void reset()
FieldGenerator. After this method is called, the following Iterator.next() or current()
call returns the first generated element.T current()
Iterator.next() call.Copyright © 2014. All Rights Reserved.