|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectStringTools
public class StringTools
A collection of various utility functions for strings.
Constructor Summary | |
---|---|
StringTools()
|
Method Summary | ||
---|---|---|
static
|
join(Collection<E> strings,
String separator)
Joins a list of strings into a larger string. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringTools()
Method Detail |
---|
public static <E> String join(Collection<E> strings, String separator)
join()
function.
strings
- a list of stringsseparator
- a string that is inserted between any two members of the list
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |