|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToStringBuilder | |
---|---|
com.emarsys.ecommon.util | Provides the various common utility classes. |
Uses of ToStringBuilder in com.emarsys.ecommon.util |
---|
Subclasses of ToStringBuilder in com.emarsys.ecommon.util | |
---|---|
class |
CollectionToStringBuilder
A ToStringBuilder for Collection s and
Array s. |
Methods in com.emarsys.ecommon.util that return ToStringBuilder | |
---|---|
ToStringBuilder |
ToStringBuilder.add(java.lang.Object... objects)
Appends the String representation of the passed
Object s to this ToStringBuilder WITHOUT
using a delimiter to seperate it from other toString
arguments. |
ToStringBuilder |
CollectionToStringBuilder.add(java.lang.Object o)
|
ToStringBuilder |
ToStringBuilder.add(java.lang.Object o)
Appends the String representation of the passed
Object to this ToStringBuilder WITHOUT
using a delimiter to seperate it from other toString
arguments. |
ToStringBuilder |
ToStringBuilder.addAll(java.lang.Iterable<?> it)
Appends the String representation of the passed
Iterable 's Object to this
ToStringBuilder WITHOUT using a delimiter
to seperate it from other toString arguments. |
ToStringBuilder |
ToStringBuilder.append(char delimiter,
java.lang.Object... objects)
Appends the String representation of the passed
Object s to this ToStringBuilder . |
ToStringBuilder |
ToStringBuilder.append(java.lang.Object... objects)
Appends the String representation of the passed
Object s to this ToStringBuilder . |
ToStringBuilder |
CollectionToStringBuilder.append(java.lang.Object o)
|
ToStringBuilder |
ToStringBuilder.append(java.lang.Object o)
Appends the String representation of the passed
Object to this ToStringBuilder . |
ToStringBuilder |
ToStringBuilder.append(java.lang.Object o,
char delimiter)
Appends the String representation of the passed
Object to this ToStringBuilder . |
ToStringBuilder |
ToStringBuilder.appendAll(char delimiter,
java.lang.Iterable<?> it)
Appends the String representation of the passed
Iterable 's Object s to this ToStringBuilder . |
ToStringBuilder |
ToStringBuilder.appendAll(java.lang.Iterable<?> it)
Appends the String representation of the passed
Iterable 's Object s to this
ToStringBuilder . |
static ToStringBuilder |
ToStringBuilder.getBestFitInstance(java.lang.Object o)
Returns a new, empty ToStringBuilder instance that
fits most for the passed Object . |
static ToStringBuilder |
ToStringBuilder.getDefaultInstance(java.lang.Object o)
Returns a new ToStringBuilder instance that
already contains the passed object's simple class
name as a first information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |