public abstract class RangedGenerator<T> extends Object implements Generator<T>
protected T
max
min
protected
RangedGenerator(T min, T max)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generate
protected final T min
protected final T max
protected RangedGenerator(T min, T max)
Copyright © 2017. All Rights Reserved.