Class Block


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

      Fields 
      Modifier and Type Field Description
      (package private) int end  
      (package private) int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      Block​(int start)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEnd()  
      int getStart()  
      void setEnd​(int end)  
      • Methods inherited from class java.lang.Object

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

      • start

        int start
      • end

        int end
    • Constructor Detail

      • Block

        public Block​(int start)
    • Method Detail

      • setEnd

        public void setEnd​(int end)
      • getStart

        public int getStart()
      • getEnd

        public int getEnd()