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

Method useForNull

output/java_guava/1.4.19/Joiner.java:491–493  ·  view source on GitHub ↗

Returns a map joiner with the same behavior as this one, except automatically substituting nullText for any provided null keys or values.

(String nullText)

Source from the content-addressed store, hash-verified

489
490
491 public MapJoiner useForNull(String nullText) {
492 return new MapJoiner(joiner.useForNull(nullText), keyValueSeparator);
493 }
494 }
495
496 CharSequence toString(Object part) {

Callers

nothing calls this directly

Calls 1

useForNullMethod · 0.45

Tested by

no test coverage detected