11121314151617
*/ public class StrongConcurrentSetTest extends ConcurrentSetTest{ @Override protected IConcurrentSet createSet() { return new StrongConcurrentSet(); }