public final class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
join(String delim,
Iterable<String> strings)
Convenience method that joins the given strings using the given
delimiter.
|
static String |
join(String delim,
String... strings)
Convenience method that joins the given strings using the given
delimiter.
|
Copyright © 2016–2019 CLX Communications. All rights reserved.