public class Strings extends Object
| Constructor and Description |
|---|
Strings() |
| Modifier and Type | Method and Description |
|---|---|
static String |
join(String sep,
Iterable<String> items) |
static String |
repeat(String pat,
int n) |
static String[] |
splitToArray(String text,
Pattern sep) |
static String[] |
splitToArray(String text,
String sep) |
Copyright © 2016. All rights reserved.