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

Method standardToString

output/java_guava/1.4.18/ForwardingMap.java:337–339  ·  view source on GitHub ↗

A sensible definition of #toString in terms of the iterator method of #entrySet. If you override #entrySet, you may wish to override #toString to forward to this implementation. @since 7.0

()

Source from the content-addressed store, hash-verified

335
336
337 protected String standardToString() {
338 return Maps.toStringImpl(this);
339 }
340}

Callers 3

toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45

Calls 1

toStringImplMethod · 0.95

Tested by

no test coverage detected