| Added Methods |
(A extends Appendable) appendTo(A, extends, Appendable, Iterable<?, extends, Entry<?, ?>>)
|
Appends the string representation of each entry in {@code entries}, using the previously
configured separator and key-value separator, to {@code appendable}. |
StringBuilder appendTo(StringBuilder, Iterable<?, extends, Entry<?, ?>>)
|
Appends the string representation of each entry in {@code entries}, using the previously
configured separator and key-value separator, to {@code builder}. |
String join(Iterable<?, extends, Entry<?, ?>>)
|
Returns a string containing the string representation of each entry in {@code entries}, using
the previously configured separator and key-value separator. |