| Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
ValueList
| Constructor Summary | |
| ValueList()
|
|
| ValueList(int rows)
|
|
| Method Summary | |
|
< |
insertNewEntries(java.lang.String newList)
Checks a string containing multiple lines against this object's list. |
| boolean | isMember(java.lang.String entry,
< Checks if a list contains a given entry. |
|
< |
removeObsoleteEntries(java.lang.String currentString)
Checks a string containing multiple lines against this object's list. |
|
< |
toList(java.lang.String string)
Converts a string containing multiple lines into a list. |
| java.lang.String | toString(< Converts a list into a string containing multiple lines. |
| Constructor Detail |
public ValueList()
public ValueList(int rows)
rows
- Number of rows of the list.| Method Detail |
protected <>List toList(java.lang.String string)
string
- The string.protected java.lang.String toString(<>List list)
list
- The list.
protected boolean isMember(java.lang.String entry,
<>List list)
entry
- The entry.
list
- The list.public <>List removeObsoleteEntries(java.lang.String currentString)
currentString
- The string for the comparison.public <>List insertNewEntries(java.lang.String newList)
newList
- The string for the comparison.| Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||