424344454647484950
String[] testCaseName = {TestFastTreeMap1.class.getName()}; junit.textui.TestRunner.main(testCaseName); } public Map makeEmptyMap() { FastTreeMap ftm = new FastTreeMap(); ftm.setFast(true); return (ftm); }
String[] testCaseName = {TestFastTreeMap.class.getName()}; junit.textui.TestRunner.main(testCaseName); } public Map makeEmptyMap() { FastTreeMap ftm = new FastTreeMap(); ftm.setFast(false); return (ftm); }