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

Method toString

output/java_guava/1.4.17/Joiner.java:245–248  ·  view source on GitHub ↗
(@Nullable Object part)

Source from the content-addressed store, hash-verified

243 checkNotNull(nullText);
244 return new Joiner(this) {
245 @Override
246 CharSequence toString(@Nullable Object part) {
247 return (part == null) ? nullText : Joiner.this.toString(part);
248 }
249
250 @Override
251 public Joiner useForNull(String nullText) {

Callers 1

appendToMethod · 0.95

Calls 2

toStringMethod · 0.65
checkNotNullMethod · 0.45

Tested by

no test coverage detected