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 |
Modifier and Type | Field and Description |
---|---|
private Joiner |
Joiner.MapJoiner.joiner |
Modifier and Type | Method and Description |
---|---|
static Joiner |
Joiner.on(char separator)
Returns a joiner which automatically places
separator between consecutive elements. |
static Joiner |
Joiner.on(java.lang.String separator)
Returns a joiner which automatically places
separator 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 substituting
nullText for any provided null elements. |
Constructor and Description |
---|
Joiner(Joiner prototype) |
MapJoiner(Joiner joiner,
java.lang.String keyValueSeparator) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
FluentIterable.join(Joiner joiner)
Returns a
String containing all of the elements of this fluent iterable joined with
joiner . |
Modifier and Type | Field and Description |
---|---|
private static Joiner |
InternetDomainName.DOT_JOINER |
Modifier and Type | Field and Description |
---|---|
private static Joiner |
Types.COMMA_JOINER
Class#toString without the "class " and "interface " prefixes
|
Modifier and Type | Method and Description |
---|---|
(package private) Joiner |
FreshValueGenerator.generateJoiner() |
Modifier and Type | Field and Description |
---|---|
private static Joiner |
TrieParser.PREFIX_JOINER |