String -Joiner in Streams Java
setOfTags.stream().collect(Collectors.joining(";"))
Dr. iterations
setOfTags.stream().collect(Collectors.joining(";"))