Class DatabaseManagerImpl.MinMax

  • Enclosing class:
    DatabaseManagerImpl

    private class DatabaseManagerImpl.MinMax
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _max  
      private int _min  
    • Constructor Summary

      Constructors 
      Constructor Description
      MinMax​(int min, int max)  
    • Method Summary

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

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

      • _min

        private int _min
      • _max

        private int _max
    • Constructor Detail

      • MinMax

        public MinMax​(int min,
                      int max)
    • Method Detail

      • getMin

        public int getMin()
      • getMax

        public int getMax()