public class ListEscapeUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
DEFAULT_ESCAPE_CHAR |
static char |
DEFAULT_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
toList(String str) |
static List<String> |
toList(String str,
char sep) |
static List<String> |
toList(String str,
char sep,
char esc) |
static String |
toString(List<?> list) |
static String |
toString(List<?> list,
char sep) |
static String |
toString(List<?> list,
char sep,
char esc) |
public static final char DEFAULT_SEPARATOR
public static final char DEFAULT_ESCAPE_CHAR
Copyright © 2015. All Rights Reserved.