public class Range extends Object
| Constructor and Description |
|---|
Range() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Returns the line range start.
|
int |
getStart()
Returns the start.
|
void |
setEnd(int end)
Sets the end to the specified value.
|
void |
setStart(int start)
Sets the start to the specified value.
|
public int getStart()
public void setStart(int start)
start - the value to setpublic int getEnd()
public void setEnd(int end)
end - the value to setCopyright © 2018. All rights reserved.