Removed Methods |
(A extends Appendable ) appendTo(A, extends, Appendable, Object, Object, Object[])
|
Appends to {@code appendable} the string representation of each of the remaining arguments. |
(A extends Appendable ) appendTo(A, extends, Appendable, Iterable<?>)
|
Appends the string representation of each of {@code parts}, using the previously configured
separator between each, to {@code appendable}. |
(A extends Appendable ) appendTo(A, extends, Appendable, Iterator<?>)
|
Appends the string representation of each of {@code parts}, using the previously configured
separator between each, to {@code appendable}. |
StringBuilder appendTo(StringBuilder, Object, Object, Object[])
|
Appends to {@code builder} the string representation of each of the remaining arguments. |
StringBuilder appendTo(StringBuilder, Iterable<?>)
|
Appends the string representation of each of {@code parts}, using the previously configured
separator between each, to {@code builder}. |
StringBuilder appendTo(StringBuilder, Iterator<?>)
|
Appends the string representation of each of {@code parts}, using the previously configured
separator between each, to {@code builder}. |
String join(Object, Object, Object[])
|
Returns a string containing the string representation of each argument, using the previously
configured separator between each. |
String join(Iterable<?> )
|
Returns a string containing the string representation of each of {@code parts}, using the
previously configured separator between each. |
String join(Iterator<?> )
|
Returns a string containing the string representation of each of {@code parts}, using the
previously configured separator between each. |
Added Methods |
(A extends Appendable ) appendTo(A, extends, Appendable, Object, Object, Object[])
|
Appends to {@code appendable} the string representation of each of the remaining arguments. |
(A extends Appendable ) appendTo(A, extends, Appendable, Iterable<?, extends, Object>)
|
Appends the string representation of each of {@code parts}, using the previously configured
separator between each, to {@code appendable}. |
(A extends Appendable ) appendTo(A, extends, Appendable, Iterator<?, extends, Object>)
|
Appends the string representation of each of {@code parts}, using the previously configured
separator between each, to {@code appendable}. |
StringBuilder appendTo(StringBuilder, Iterable<?, extends, Object>)
|
Appends the string representation of each of {@code parts}, using the previously configured
separator between each, to {@code builder}. |
StringBuilder appendTo(StringBuilder, Object, Object, Object[])
|
Appends to {@code builder} the string representation of each of the remaining arguments. |
StringBuilder appendTo(StringBuilder, Iterator<?, extends, Object>)
|
Appends the string representation of each of {@code parts}, using the previously configured
separator between each, to {@code builder}. |
String join(Iterable<? extends Object> )
|
Returns a string containing the string representation of each of {@code parts}, using the
previously configured separator between each. |
String join(Object, Object, Object[])
|
Returns a string containing the string representation of each argument, using the previously
configured separator between each. |
String join(Iterator<? extends Object> )
|
Returns a string containing the string representation of each of {@code parts}, using the
previously configured separator between each. |