T - the type of objects in the defined range.public abstract class AbstractRangeRandomizer<T> extends AbstractRandomizer<T>
random| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRangeRandomizer(T min,
T max) |
protected |
AbstractRangeRandomizer(T min,
T max,
long seed) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
checkValues() |
protected abstract T |
getDefaultMaxValue() |
protected abstract T |
getDefaultMinValue() |
protected long |
nextLong(long min,
long max)
Deprecated.
|
getPredefinedValuesOf, nextDouble, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRandomValueCopyright © 2019. All Rights Reserved.