Generated by
JDiff

Class com.google.common.base.Joiner.MapJoiner

Added Methods
(A extends AppendableappendTo(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.