public final class FastJoiner extends Object
Modifier and Type | Method and Description |
---|---|
String |
join(Iterable<String> strings) |
String |
join(String... strings) |
String |
join(String s1,
String s2) |
static FastJoiner |
on(char c) |
static FastJoiner |
on(String sep) |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.