synchronized
// 동기화된 Set 생성 원리 Set<E> concurrentSet = Collections.newSetFromMap(new ConcurrentHashMap<E, Boolean>());