Joins the string representation of the elements of a collection to a joined string with a given separator. @param collection Collection of the data to be joined (may be null) @param separator Separator between elements (may be null) @return the joined string
(Collection<?> collection, CharSequence separator)
source not stored for this graph (policy: none)