Package com.google.api.client.util
Class Joiner
- java.lang.Object
-
- com.google.api.client.util.Joiner
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringjoin(Iterable<?> parts)Returns a string containing the string representation of each ofparts, using the previously configured separator between each.static Joineron(char separator)Returns a joiner which automatically placesseparatorbetween consecutive elements.
-
-
-
Method Detail
-
on
public static Joiner on(char separator)
Returns a joiner which automatically placesseparatorbetween consecutive elements.
-
-