Package com.google.api.client.util
Class Joiner
java.lang.Object
com.google.api.client.util.Joiner
An object which joins pieces of text (specified as an array,
Iterable, varargs or even a
Map) with a separator.
NOTE: proxy for the Guava implementation of Joiner.
- Since:
- 1.14
- Author:
- Yaniv Inbar
-
Method Summary
-
Method Details
-
on
Returns a joiner which automatically placesseparatorbetween consecutive elements. -
join
Returns a string containing the string representation of each ofparts, using the previously configured separator between each.
-