public class StartEndBean extends Object
| Constructor and Description |
|---|
StartEndBean(int start,
int end)
Instantiate the bean with the start and end offset of the characters
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Get the end of the offset of the characters
|
int |
getStart()
Get the start of the offset of the characters
|