static <E> void |
StringUtil.append(StringBuilder sb,
Collection<E> c,
String delimiter,
Formatter<E> formatter) |
static <E> void |
StringUtil.append(StringBuilder sb,
Collection<E> c,
String delimiter,
String before,
String after,
Formatter<? super E> formatter) |
static <K,V> void |
StringUtil.append(StringBuilder sb,
Map<K,V> m,
String delimiter,
String entryDelimiter,
boolean includeEntryDelimiterOnEmptyValue,
String before,
String after,
Formatter<? super K> keyFormatter,
Formatter<? super V> valueFormatter) |
static <K,V> void |
StringUtil.append(StringBuilder sb,
Map<K,V> m,
String delimiter,
String entryDelimiter,
boolean includeEntryDelimiterOnEmptyValue,
String before,
String after,
Formatter<? super K> keyFormatter,
Formatter<? super V> valueFormatter) |
static <E> String |
StringUtil.toString(Collection<E> c,
String delimiter,
Formatter<? super E> formatter) |
static <E> String |
StringUtil.toString(Collection<E> c,
String delimiter,
String before,
String after,
Formatter<? super E> formatter) |
static <K,V> String |
StringUtil.toString(Map<K,V> m,
String delimiter,
String entryDelimiter,
boolean includeEntryDelimiterOnEmptyValue,
String before,
String after,
Formatter<? super K> keyFormatter,
Formatter<? super V> valueFormatter) |
static <K,V> String |
StringUtil.toString(Map<K,V> m,
String delimiter,
String entryDelimiter,
boolean includeEntryDelimiterOnEmptyValue,
String before,
String after,
Formatter<? super K> keyFormatter,
Formatter<? super V> valueFormatter) |