Uses of Class
com.google.common.base.Joiner
Packages that use 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
Methods in com.google.common.base that return JoinerModifier and TypeMethodDescriptionstatic JoinerJoiner.on(char separator) Returns a joiner which automatically placesseparatorbetween consecutive elements.static JoinerReturns a joiner which automatically placesseparatorbetween 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 substitutingnullTextfor any provided null elements. -
Uses of Joiner in com.google.common.collect
Methods in com.google.common.collect with parameters of type Joiner