|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--velosurf.util.StringLists
This static class gathers utilities for lists of strings
| Constructor Summary | |
StringLists()
|
|
| Method Summary | |
static java.util.List |
getPopulatedArrayList(int size)
builds an array list initially filled with size dummy objects |
static java.lang.String |
join(java.util.Collection inStringList,
java.lang.String inJoinString)
joins strings using a separator |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public StringLists()
| Method Detail |
public static java.util.List getPopulatedArrayList(int size)
size dummy objectssize - size of the list
public static java.lang.String join(java.util.Collection inStringList,
java.lang.String inJoinString)
inStringList - strings to joininJoinString - separator to include between strings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||