String joiner di streams java
setOfTags.stream().collect(Collectors.joining(";"))
Dr. iterations
setOfTags.stream().collect(Collectors.joining(";"))