Package net.openhft.koloboke.collect.testing

Examples of net.openhft.koloboke.collect.testing.GuavaShortCollectionTestSuiteBuilder


    }

    @Override
    protected CollectionTestSuiteBuilder<Short> createDerivedValueCollectionSuite(
            TestCollectionGenerator<Short> valueCollectionGenerator) {
        return new GuavaShortCollectionTestSuiteBuilder/* if obj value //<V>// endif */()
                .usingGenerator(valueCollectionGenerator);
    }
View Full Code Here

TOP

Related Classes of net.openhft.koloboke.collect.testing.GuavaShortCollectionTestSuiteBuilder

Copyright © 2018 www.massapicom. 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.