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 JoinerJoiner.MapJoiner. joinerMethods in com.google.common.base that return Joiner Modifier and Type Method Description static JoinerJoiner. on(char separator)Returns a joiner which automatically placesseparatorbetween consecutive elements.static JoinerJoiner. on(java.lang.String separator)Returns a joiner which automatically placesseparatorbetween consecutive elements.JoinerJoiner. skipNulls()Returns a joiner with the same behavior as this joiner, except automatically skipping over any provided null elements.JoinerJoiner. useForNull(java.lang.String nullText)Returns a joiner with the same behavior as this one, except automatically substitutingnullTextfor 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.StringFluentIterable. join(Joiner joiner)Returns aStringcontaining 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 JoinerInternetDomainName. 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 JoinerTypes. COMMA_JOINER -
Uses of Joiner in com.google.common.testing
Methods in com.google.common.testing that return Joiner Modifier and Type Method Description private JoinerFreshValueGenerator. 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 JoinerTrieParser. PREFIX_JOINER
-