Uses of Class
com.google.common.base.Joiner
Packages that use Joiner
Package
Description
Basic utility libraries and interfaces.
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
This package contains utility methods and classes for working with net addresses (numeric IP and
domain names).
This package contains utilities to work with Java reflection.
This package contains 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