Uses of Class
com.google.common.base.Joiner
-
Packages that use Joiner Package Description com.google.common.base Basic utility libraries and interfaces.com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.net This package contains utility methods and classes for working with net addresses (numeric IP and domain names).com.google.common.reflect This package contains utilities to work with Java reflection.com.google.common.testing This package contains testing utilities.com.google.thirdparty.publicsuffix -
-
Uses of Joiner in com.google.common.base
Fields in com.google.common.base declared as Joiner Modifier and Type Field Description private Joiner
Joiner.MapJoiner. joiner
Methods in com.google.common.base that return Joiner Modifier and Type Method Description static Joiner
Joiner. on(char separator)
Returns a joiner which automatically placesseparator
between consecutive elements.static Joiner
Joiner. on(java.lang.String separator)
Returns a joiner which automatically placesseparator
between consecutive elements.Joiner
Joiner. skipNulls()
Returns a joiner with the same behavior as this joiner, except automatically skipping over any provided null elements.Joiner
Joiner. useForNull(java.lang.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 Constructor Description Joiner(Joiner prototype)
MapJoiner(Joiner joiner, java.lang.String keyValueSeparator)
-
Uses of Joiner in com.google.common.collect
Methods in com.google.common.collect with parameters of type Joiner Modifier and Type Method Description java.lang.String
FluentIterable. join(Joiner joiner)
Returns aString
containing all of the elements of this fluent iterable joined withjoiner
. -
Uses of Joiner in com.google.common.net
Fields in com.google.common.net declared as Joiner Modifier and Type Field Description private static Joiner
InternetDomainName. DOT_JOINER
-
Uses of Joiner in com.google.common.reflect
Fields in com.google.common.reflect declared as Joiner Modifier and Type Field Description private static Joiner
Types. COMMA_JOINER
-
Uses of Joiner in com.google.common.testing
Methods in com.google.common.testing that return Joiner Modifier and Type Method Description (package private) Joiner
FreshValueGenerator. generateJoiner()
-
Uses of Joiner in com.google.thirdparty.publicsuffix
Fields in com.google.thirdparty.publicsuffix declared as Joiner Modifier and Type Field Description private static Joiner
TrieParser. PREFIX_JOINER
-