Class DefaultStoreFinderService.Boundary<T>

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getMax()  
      T getMin()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Boundary

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

      • getMax

        public T getMax()
      • getMin

        public T getMin()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object