Package edu.stanford.ppl.concurrent

Examples of edu.stanford.ppl.concurrent.SnapTreeMap.clear()


    /**
     *  clear removes all pairs
     */
    public void testClear() {
        SnapTreeMap map = map5();
        map.clear();
        assertEquals(map.size(), 0);
    }

    /**
     *
 
View Full Code Here

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.