Class EasyRandomParameters.Range<T>

  • Type Parameters:
    T - type of values
    Enclosing class:
    EasyRandomParameters

    public static class EasyRandomParameters.Range<T>
    extends java.lang.Object
    Utility class to hold a range of values.
    • Constructor Summary

      Constructors 
      Constructor Description
      Range​(T min, T max)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getMax()  
      T getMin()  
      void setMax​(T max)  
      void setMin​(T min)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Range

        public Range​(T min,
                     T max)
    • Method Detail

      • getMin

        public T getMin()
      • setMin

        public void setMin​(T min)
      • getMax

        public T getMax()
      • setMax

        public void setMax​(T max)