| Constructor and Description |
|---|
CharacterUtil()
|
| Modifier and Type | Method and Description |
|---|---|
static String |
iterableAsString(Iterable
|
static String |
iteratorAsString(Iterator
|
static String |
listAsString(List
|
public static StringlistAsString(List <Character > chars)
chars - the source of characters.
public static StringiterableAsString(Iterable <Character > chars)
chars - the source of characters.