Modifier and Type | Field and Description |
---|---|
int |
End_Index
A string index where a word ends.
|
int |
Start_Index
A string index where a word starts.
|
Constructor and Description |
---|
Words.Word_Index()
Constructs a Word_Index at (0,0).
|
Words.Word_Index(int start,
int end)
Constructs a Word_Index for start and end word locations.
|