public final class StringUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NEWLINE
The local computer's newline character sequence.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
join(Collection<?> collection,
String delimiter)
Joins a collection of values into a delimited list.
|
static Map<String,String> |
toLowerCase(Map<String,String> map)
Creates a copy of the given map, converting its keys and values to
lowercase.
|
public static String join(Collection<?> collection, String delimiter)
collection - the collection of valuesdelimiter - the delimiter (e.g. ",")Copyright © 2012–2023 Michael Angstadt. All rights reserved.