Package net.engio.mbassy

Source Code of net.engio.mbassy.StrongConcurrentSetTest

package net.engio.mbassy;

import net.engio.mbassy.common.IConcurrentSet;
import net.engio.mbassy.common.StrongConcurrentSet;

/**
* Todo: Add javadoc
*
* @author bennidi
*         Date: 3/29/13
*/
public class StrongConcurrentSetTest extends ConcurrentSetTest{

    @Override
    protected IConcurrentSet createSet() {
        return new StrongConcurrentSet();
    }
}
TOP

Related Classes of net.engio.mbassy.StrongConcurrentSetTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.