MCPcopy Create free account
hub / github.com/antlr/codebuff / join

Method join

output/java_guava/1.4.17/Joiner.java:200–202  ·  view source on GitHub ↗

Returns a string containing the string representation of each of parts, using the previously configured separator between each.

(Iterable<?> parts)

Source from the content-addressed store, hash-verified

198
199
200 public final String join(Iterable<?> parts) {
201 return join(parts.iterator());
202 }
203
204 /**
205 * Returns a string containing the string representation of each of {@code parts}, using the

Callers

nothing calls this directly

Calls 5

appendToMethod · 0.95
iterableMethod · 0.95
iteratorMethod · 0.65
toStringMethod · 0.65
asListMethod · 0.45

Tested by

no test coverage detected