String Joiner dans Streams Java

setOfTags.stream().collect(Collectors.joining(";"))
Dr. iterations