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

Method join

corpus/java/training/guava/base/Joiner.java:188–190  ·  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

186 * previously configured separator between each.
187 */
188 public final String join(Iterable<?> parts) {
189 return join(parts.iterator());
190 }
191
192 /**
193 * Returns a string containing the string representation of each of {@code parts}, using the

Callers 10

toStringMethod · 0.45
captureMethod · 0.45
toStringMethod · 0.45
simplifyPathMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
findPublicSuffixMethod · 0.45
ancestorMethod · 0.45
adjacentNodesStringMethod · 0.45
joinUninterruptiblyMethod · 0.45

Calls 5

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

Tested by

no test coverage detected