String -Joiner in Streams Java

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