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

Method useForNull

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

448 * {@code nullText} for any provided null keys or values.
449 */
450 public MapJoiner useForNull(String nullText) {
451 return new MapJoiner(joiner.useForNull(nullText), keyValueSeparator);
452 }
453 }
454
455 CharSequence toString(Object part) {

Callers

nothing calls this directly

Calls 1

useForNullMethod · 0.45

Tested by

no test coverage detected