Class ConcurrentHashSet<E>

java.lang.Object
com.pnfsoftware.jeb.util.collect.ConcurrentHashSet<E>
Type Parameters:
E -
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
AddressHashSet

@Ser public class ConcurrentHashSet<E> extends Object implements Set<E>
The set version of a ConcurrentHashMap. Concurrency friendly.