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.
Utility methods and classes for networking (such as IP addresses and domain names).
Utilities for reflection.
Testing utilities.
-
Uses of Joiner in com.google.common.base
Fields in com.google.common.base declared as JoinerMethods in com.google.common.base that return JoinerModifier 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.Constructors in com.google.common.base with parameters of type Joiner -
Uses of Joiner in com.google.common.collect
Methods in com.google.common.collect with parameters of type Joiner -
Uses of Joiner in com.google.common.net
Fields in com.google.common.net declared as Joiner -
Uses of Joiner in com.google.common.reflect
Fields in com.google.common.reflect declared as JoinerModifier and TypeFieldDescriptionprivate static final Joiner
Types.COMMA_JOINER
Class#toString without the "class " and "interface " prefixes -
Uses of Joiner in com.google.common.testing
Methods in com.google.common.testing that return Joiner -
Uses of Joiner in com.google.thirdparty.publicsuffix
Fields in com.google.thirdparty.publicsuffix declared as Joiner