Uses of Class
com.google.common.base.Joiner
Package
Description
Basic utility libraries and interfaces.
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Joiner in com.google.common.base
Modifier and TypeMethodDescriptionstatic Joiner
Joiner.on
(char separator) Returns a joiner which automatically placesseparator
between consecutive elements.static Joiner
Returns a joiner which automatically placesseparator
between consecutive elements.Joiner.skipNulls()
Returns a joiner with the same behavior as this joiner, except automatically skipping over any provided null elements.Joiner.useForNull
(String nullText) Returns a joiner with the same behavior as this one, except automatically substitutingnullText
for any provided null elements. -
Uses of Joiner in com.google.common.collect