|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object PIRL.Strings.Words.Word_Index
public class Words.Word_Index
A Word_Index provides a start,end string location for a word.
Field Summary | |
---|---|
int |
End_Index
A string index where a word ends. |
int |
Start_Index
A string index where a word starts. |
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int Start_Index
public int End_Index
Constructor Detail |
---|
public Words.Word_Index()
public Words.Word_Index(int start, int end)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |