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

Method appendTo

output/java_guava/1.4.17/Joiner.java:95–99  ·  view source on GitHub ↗

Appends the string representation of each of parts, using the previously configured separator between each, to appendable.

(A appendable, Iterable<?> parts)

Source from the content-addressed store, hash-verified

93 */
94
95 @CanIgnoreReturnValue
96 public <A extends Appendable> A appendTo(A appendable, Iterable<?> parts)
97 throws IOException {
98 return appendTo(appendable, parts.iterator());
99 }
100
101 /**
102 * Appends the string representation of each of {@code parts}, using the previously configured

Callers 6

joinMethod · 0.95
toStringImplMethod · 0.45
toStringMethod · 0.45
toStringImplMethod · 0.45
computeToStringMethod · 0.45
toStringMethod · 0.45

Calls 9

toStringMethod · 0.95
iterableMethod · 0.95
iteratorMethod · 0.65
nextMethod · 0.65
toStringMethod · 0.65
checkNotNullMethod · 0.45
hasNextMethod · 0.45
appendMethod · 0.45
asListMethod · 0.45

Tested by

no test coverage detected