|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItem
item interface. item is the basic unit in a sentence. For English, it is always a word.
Method Summary | |
---|---|
IItem |
clone()
clone |
java.lang.String |
get(int p_Index)
get the value of p_Index |
boolean |
set(int p_Index,
java.lang.String p_Value)
set the value in p_Index |
int |
size()
get the number of values in this item |
Method Detail |
---|
int size()
java.lang.String get(int p_Index)
p_Index
- value index
boolean set(int p_Index, java.lang.String p_Value)
p_Index
- value indexp_Value
- value to set
IItem clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |