Class ConcurrentHashSet<K>

java.lang.Object
com.macrofocus.common.collection.ConcurrentHashSet<K>
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>

public class ConcurrentHashSet<K> extends Object implements Set<K>