Constructor and Description |
---|
ToString() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
arrayToString(java.lang.Object[] o)
Converts an array of
Object to a string
Use the value of the line.separator system property
the line separator. |
static java.lang.String |
arrayToString(java.lang.Object[] o,
java.lang.String EOL)
Converts an array of
Object to a string
using the given line separator. |
static java.lang.String[] |
stringToArray(java.lang.String value) |
static java.lang.String[] |
stringToArraya(java.lang.String value)
Breaks a string into an array of strings.
|
static java.lang.String[] |
stringToArrayold(java.lang.String value)
Breaks a string into an array of strings.
|
java.lang.String |
toString()
Default implementation of the
toString() method that
delegates work to a StringBuffer
base version. |
void |
toString(java.lang.StringBuffer s)
Place a string image of the object in a StringBuffer.
|
public java.lang.String toString()
toString()
method that
delegates work to a StringBuffer
base version.toString
in class java.lang.Object
public void toString(java.lang.StringBuffer s)
s
- the string buffer.public static java.lang.String[] stringToArrayold(java.lang.String value)
line.separator
system property
as the linebreak character.value
- the string to convert.public static java.lang.String[] stringToArray(java.lang.String value)
public static java.lang.String[] stringToArraya(java.lang.String value)
line.separator
system property
as the linebreak character.value
- the string to convert.public static java.lang.String arrayToString(java.lang.Object[] o)
Object
to a string
Use the value of the line.separator
system property
the line separator.o
- the array of objects.public static java.lang.String arrayToString(java.lang.Object[] o, java.lang.String EOL)
Object
to a string
using the given line separator.o
- the array of objects.EOL
- the string to use as line separator.Copyright 2002 the Apache Software Foundation
Copyright ? 1999-2001 Juancarlo A?ez, Caracas, Venezuela.
All rights reserved
. http://www.suigeneris.org/jrcs