Generated by
JDiff

Class com.google.common.collect.Sets

Added Methods
Set<E> newConcurrentHashSet() Creates a thread-safe set backed by a hash map.
Set<E> newConcurrentHashSet(Iterable<? extends E>) Creates a thread-safe set backed by a hash map and containing the given elements.