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).
|
Modifier and Type | Method and Description |
---|---|
Joiner.MapJoiner |
Joiner.MapJoiner.useForNull(java.lang.String nullText)
Returns a map joiner with the same behavior as this one, except automatically substituting
nullText for any provided null keys or values. |
Joiner.MapJoiner |
Joiner.withKeyValueSeparator(java.lang.String keyValueSeparator)
Returns a
MapJoiner using the given key-value separator, and the same configuration as
this Joiner otherwise. |
Modifier and Type | Field and Description |
---|---|
(package private) static Joiner.MapJoiner |
Maps.STANDARD_JOINER |
Modifier and Type | Field and Description |
---|---|
private static Joiner.MapJoiner |
MediaType.PARAMETER_JOINER |