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

Method on

output/java_guava/1.4.18/Joiner.java:68–70  ·  view source on GitHub ↗

Returns a joiner which automatically places separator between consecutive elements.

(String separator)

Source from the content-addressed store, hash-verified

66 */
67
68 public static Joiner on(String separator) {
69 return new Joiner(separator);
70 }
71
72 /**
73 * Returns a joiner which automatically places {@code separator} between consecutive elements.

Callers 10

PredicatesClass · 0.95
adjacentNodesStringMethod · 0.95
toStringMethod · 0.95
Collections2Class · 0.95
MediaTypeClass · 0.95
captureMethod · 0.95
toStringMethod · 0.95
simplifyPathMethod · 0.95
TypesClass · 0.95
InternetDomainNameClass · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected