public class StringUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StringUtil.StringGetter<T> |
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
collectionToString(String delimeter,
Collection<T> collection,
StringUtil.StringGetter<T> getString) |
static void |
repeat(StringBuilder to,
String sample,
int cnt) |
static String |
repeat(String sample,
int cnt) |
static String |
substr(String text,
int startIx) |
public static <T> String collectionToString(String delimeter, Collection<T> collection, StringUtil.StringGetter<T> getString)
public static void repeat(StringBuilder to, String sample, int cnt)
Copyright © 2018. All rights reserved.