|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.indy.util.StringList
This class IS NOT thread safe.
Constructor Summary | |
StringList()
|
Method Summary | |
int |
add(java.lang.String s)
Description of the Method |
void |
addStrings(StringList strings)
Adds a feature to the Strings attribute of the IdStrings object |
void |
append(java.lang.String s)
Description of the Method |
void |
clear()
Description of the Method |
void |
copy(StringList strings)
Description of the Method |
java.lang.String |
get(int index)
Description of the Method |
java.lang.String |
getText()
Gets the text attribute of the IdStrings object |
int |
indexOf(java.lang.String s)
Description of the Method |
void |
insert(java.lang.String s,
int index)
Description of the Method |
void |
remove(int index)
Description of the Method |
void |
remove(java.lang.String s)
Description of the Method |
void |
replace(java.lang.String s,
int index)
Description of the Method |
void |
setText(java.lang.String data)
Sets the text attribute of the IdStrings object |
int |
size()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StringList()
Method Detail |
public void setText(java.lang.String data)
data
- The new text valuepublic java.lang.String getText()
public java.lang.String get(int index)
index
- Description of the Parameterpublic void copy(StringList strings)
strings
- Description of the Parameterpublic int size()
public int add(java.lang.String s)
s
- Description of the Parameterpublic void append(java.lang.String s)
s
- Description of the Parameterpublic void addStrings(StringList strings)
strings
- The feature to be added to the Strings attributepublic void clear()
public void replace(java.lang.String s, int index)
s
- Description of the Parameterindex
- Description of the Parameterpublic void remove(int index)
index
- Description of the Parameterpublic void remove(java.lang.String s)
s
- Description of the Parameterpublic int indexOf(java.lang.String s)
s
- Description of the Parameterpublic void insert(java.lang.String s, int index)
s
- Description of the Parameterindex
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |