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

Method addValue

output/java_guava/1.4.13/Objects.java:317–320  ·  view source on GitHub ↗

Adds an unnamed value to the formatted output. It is strongly encouraged to use #add(String, Object) instead and give value a readable name.

(@Nullable Object value)

Source from the content-addressed store, hash-verified

315 */
316
317 @CanIgnoreReturnValue
318 public ToStringHelper addValue(@Nullable Object value) {
319 return addHolder(value);
320 }
321
322 /**
323 * Adds an unnamed value to the formatted output.

Callers 2

toStringMethod · 0.45
toStringMethod · 0.45

Calls 2

addHolderMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected