Class ConcurrentHashSet<K>

java.lang.Object
gw.util.concurrent.ConcurrentHashSet<K>
All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>

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