|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.diff.ToString
public class ToString
This class delegates handling of the to a StringBuffer based version.
| Constructor Summary | |
|---|---|
ToString()
|
|
| Method Summary | |
|---|---|
static String |
arrayToString(Object[] o)
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ToString()
| Method Detail |
|---|
public String toString()
toString() method that delegates work
to a StringBuffer base version.
toString in class Objectpublic 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||