Class libdt.Range

  • Enclosing class:
    libdt

    class libdt.Range
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean all  
      int end  
      int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Range()  
      Range​(int start, int end)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start

        public int start
      • end

        public int end
      • all

        public boolean all
    • Constructor Detail

      • Range

        public Range()
      • Range

        public Range​(int start,
                     int end)