| Constructor and Description |
|---|
ToString() |
| Modifier and Type | Method and Description |
|---|---|
static String |
arrayToString(Object[] o)
Converts an array of
Object to a string
Use the value of the line.separator system property
the line separator. |
static String |
arrayToString(Object[] o,
String EOL)
Converts an array of
Object to a string
using the given line separator. |
static String[] |
stringToArray(String value)
Breaks a string into an array of strings.
|
String |
toString()
Default implementation of the
toString() method that
delegates work to a StringBuffer
base version. |
void |
toString(StringBuffer s)
Place a string image of the object in a StringBuffer.
|
public String toString()
toString() method that
delegates work to a StringBuffer
base version.public void toString(StringBuffer s)
s - the string buffer.public static String[] stringToArray(String value)
line.separator system property
as the linebreak character.value - the string to convert.public static String arrayToString(Object[] o)
Object to a string
Use the value of the line.separator system property
the line separator.o - the array of objects.Copyright © 2003–2021 Sakai Project. All rights reserved.