Uses of Class
com.google.common.base.Joiner.MapJoiner
-
Uses of Joiner.MapJoiner in com.google.common.base
Modifier and TypeMethodDescriptionJoiner.MapJoiner.useForNull
(String nullText) Returns a map joiner with the same behavior as this one, except automatically substitutingnullText
for any provided null keys or values.Joiner.withKeyValueSeparator
(char keyValueSeparator) Returns aMapJoiner
using the given key-value separator, and the same configuration as thisJoiner
otherwise.Joiner.withKeyValueSeparator
(String keyValueSeparator) Returns aMapJoiner
using the given key-value separator, and the same configuration as thisJoiner
otherwise.