Class BoxRange


  • public class BoxRange
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _end  
      private int _start  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEnd()  
      int getStart()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • _start

        private final int _start
      • _end

        private final int _end
    • Constructor Detail

      • BoxRange

        public BoxRange​(int start,
                        int end)
    • Method Detail

      • getStart

        public int getStart()
      • getEnd

        public int getEnd()
      • toString

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