public class Joiner extends Object
| Constructor and Description |
|---|
Joiner() |
| Modifier and Type | Method and Description |
|---|---|
static String |
join(String separator,
Object... objects)
Returns a String containing the objects delimited by the provided separator.
|
Copyright © 2014–2017. All rights reserved.