Set<String> set2 = new CopyOnWriteArraySet<>();Set<String> set3 = Collections.synchronizedSet(new HashSet<>());