Package com.helger.commons.string
Class StringHelper.ImploderBuilderMap
java.lang.Object
com.helger.commons.string.StringHelper.ImploderBuilderMap
- Enclosing class:
StringHelper
A simple builder that allows to implode maps of arguments with a lot of
customization. It used by all the "getImploded*" overloads and fulfills the
requests of other use cases as well.
- Since:
- 10.0.0
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the objectseparatorInner(char c) separatorOuter(char c)
-
Constructor Details
-
ImploderBuilderMap
public ImploderBuilderMap()
-
-
Method Details