Package org.jeasy.random
Class EasyRandomParameters.Range<T>
- java.lang.Object
-
- org.jeasy.random.EasyRandomParameters.Range<T>
-
- Type Parameters:
T- type of values
- Enclosing class:
- EasyRandomParameters
public static class EasyRandomParameters.Range<T> extends java.lang.ObjectUtility class to hold a range of values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetMax()TgetMin()voidsetMax(T max)voidsetMin(T min)
-