MCPcopy Create free account
hub / github.com/android10/arrow / Joiner

Class Joiner

src/main/java/com/fernandocejas/arrow/strings/Joiner.java:61–279  ·  view source on GitHub ↗

An object which joins pieces of text (specified as an array, Iterable, varargs or even a Map) with a separator. It either appends the results to an Appendable or returns them as a String. Example: {@code Joiner joiner = Joiner.on("; ").skipNulls(); .

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected