public class LineRange extends Object implements Serializable
| Constructor and Description |
|---|
LineRange(int start,
int end)
Creates a new instance of
LineRange. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEnd()
Returns the last line of this range.
|
int |
getStart()
Returns the first line of this range.
|
int |
hashCode() |
String |
toString() |
public LineRange(int start,
int end)
LineRange.start - start of the rangeend - end of the rangeCopyright © 2018. All rights reserved.