Class ConcurrentHashSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
de.hybris.platform.regioncache.ConcurrentHashSet<E>
Type Parameters:
E -
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

public class ConcurrentHashSet<E> extends AbstractSet<E> implements Serializable
This class implements the Set interface, backed by a ConcurrentHashMap instance.
See Also: