|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.amrhassan.sqlbuilder.utils.StringUtils
public final class StringUtils
Helper utility class that is used internally by the sqlbuilder sub-packages
| Method Summary | ||
|---|---|---|
static
|
join(String separator,
Collection<T> objects)
Join the String representation of several objects with by the separator String in between them. |
|
static
|
join(String separator,
T... objects)
Join the String representation of several objects with by the separator String in between them. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> String join(String separator,
T... objects)
public static <T> String join(String separator,
Collection<T> objects)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||