Class Span

  • All Implemented Interfaces:
    java.io.Serializable

    public class Span
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Span()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • Span

        public Span()
    • Method Detail

      • getStart

        public int getStart()
      • setStart

        public void setStart​(int start)
      • getEnd

        public int getEnd()
      • setEnd

        public void setEnd​(int end)