Generated by
JDiff

Class com.google.common.base.Joiner

Removed Methods
(A extends AppendableappendTo(A, extends, Appendable, Object, Object, Object[]) Appends to {@code appendable} the string representation of each of the remaining arguments.
StringBuilder appendTo(StringBuilder, Object, Object, Object[]) Appends to {@code builder} the string representation of each of the remaining arguments.
 

Added Methods
(A extends AppendableappendTo(A, extends, Appendable, Object, Object, Object[]) Appends to {@code appendable} the string representation of each of the remaining arguments.
StringBuilder appendTo(StringBuilder, Object, Object, Object[]) Appends to {@code builder} the string representation of each of the remaining arguments.
 

Changed Methods
String join(Object, Object, Object[]) Change in signature from (Object, Object, java.lang.Object[]) to (java.lang.Object, java.lang.Object, java.lang.Object[]).
Returns a string containing the string representation of each argument, using the previously configured separator between each.