| java.lang.Object velosurf.util.StringLists
StringLists | public class StringLists (Code) | | This static class gathers utilities for lists of strings.
author: Claude Brisson |
getPopulatedArrayList | public static List<String> getPopulatedArrayList(int size)(Code) | | builds an array list initially filled with size dummy objects.
Parameters: size - size of the list the new ArrayList |
join | public static String join(Collection stringList, String joinString)(Code) | | joins strings using a separator.
Parameters: stringList - strings to join Parameters: joinString - separator to include between strings the result of the join |
|
|