Class StrongConcurrentSet<T>

java.lang.Object
net.engio.mbassy.common.AbstractConcurrentSet<T>
net.engio.mbassy.common.StrongConcurrentSet<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class StrongConcurrentSet<T> extends AbstractConcurrentSet<T>
This implementation uses strong references to the elements.