Class Span


  • public class Span
    extends java.lang.Object
    Author:
    jumperchen
    • Constructor Summary

      Constructors 
      Constructor Description
      Span​(int start, int length)  
    • Constructor Detail

      • Span

        public Span​(int start,
                    int length)
    • Method Detail

      • getEnd

        public int getEnd()
      • getStart

        public int getStart()
      • setEnd

        public void setEnd​(int end)
      • split

        public Span split​(int index)
      • toString

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