|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bridj.util.StringUtils
public class StringUtils
| Constructor Summary | |
|---|---|
StringUtils()
|
|
| Method Summary | ||
|---|---|---|
static String |
implode(double[] array,
String separator)
|
|
static String |
implode(Iterable<?> strings)
|
|
static
|
implode(Iterable<T> elements,
Object separator)
|
|
static String |
implode(Object[] values)
|
|
static String |
implode(Object[] values,
Object separator)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringUtils()
| Method Detail |
|---|
public static String implode(double[] array,
String separator)
public static String implode(Object[] values)
public static String implode(Object[] values,
Object separator)
public static final <T> String implode(Iterable<T> elements,
Object separator)
public static final String implode(Iterable<?> strings)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||