|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.Prominic.more.utils.ArrayToString
public class ArrayToString
Helper class to convert an array of strings to a string containing the array elements separated by space.
| Constructor Summary | |
|---|---|
ArrayToString()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
convert(java.lang.String[] array)
Concatenates the array elements into a string, in which they are separated by space. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayToString()
| Method Detail |
|---|
public static java.lang.String convert(java.lang.String[] array)
array - java.lang.String - strings array
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||