Removed Methods |
(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, 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(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, 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, 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(Iterator<? extends Object> )
|
Returns a string containing the string representation of each of {@code parts}, using the
previously configured separator between each. |