Like the title says, i would like to get a thread-safe HashSet using Guava Collections. Are any available?
Set set = Collections.newSetFromMap(new ConcurrentHashMap());