Class Span


  • public class Span
    extends Object
    Author:
    jumperchen
    • 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)