Uses of Class
dev.mccue.guava.base.Joiner.MapJoiner
-
Uses of Joiner.MapJoiner in dev.mccue.guava.base
Methods in dev.mccue.guava.base that return Joiner.MapJoinerModifier and TypeMethodDescriptionJoiner.MapJoiner.useForNull(String nullText) Returns a map joiner with the same behavior as this one, except automatically substitutingnullTextfor any provided null keys or values.Joiner.withKeyValueSeparator(char keyValueSeparator) Returns aMapJoinerusing the given key-value separator, and the same configuration as thisJoinerotherwise.Joiner.withKeyValueSeparator(String keyValueSeparator) Returns aMapJoinerusing the given key-value separator, and the same configuration as thisJoinerotherwise.