public class Span
extends Object
- Author:
- jumperchen
-
Constructor Summary
Constructors
Span(int start,
int length)
-
Method Summary
-
Constructor Details
-
Span
public Span(int start,
int length)
-
Method Details
-
getEnd
public int getEnd()
-
getStart
public int getStart()
-
setEnd
public void setEnd(int end)
-
split
public Span split(int index)
-