Class Range


  • public class Range
    extends java.lang.Object
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonObject getAsJson()  
      int getEnd()  
      int getStart()  
      void setEnd​(int end)  
      void setStart​(int start)  
      • Methods inherited from class java.lang.Object

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

      • Range

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

      • getStart

        public int getStart()
      • setStart

        public void setStart​(int start)
      • getEnd

        public int getEnd()
      • setEnd

        public void setEnd​(int end)
      • getAsJson

        public com.google.gson.JsonObject getAsJson()