DataType
- The type of the data that occurred.public interface OccurrenceInText<DataType>
Modifier and Type | Method and Description |
---|---|
DataType |
getData()
Gets the data that occurred in the text.
|
int |
getLength()
Gets the length of text where the occurrence appears.
|
int |
getStart()
Gets the starting index of the occurrence in the text.
|
DataType getData()
int getStart()
int getLength()