MCPcopy Index your code
hub / github.com/jankotek/mapdb / treeMap

Method treeMap

src/test/java/org/mapdb/JavaMethodsTest.java:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 @Test
20 public void treeMap(){
21 BTreeMap m = DBMaker.memoryDB().make().treeMap("aa").create();
22 assertNotNull(m.keySet());
23 assertNotNull(m.entrySet());
24 assertNotNull(m.values());
25 }
26
27 @Test
28 public void hashMap2(){

Callers 14

treeMap2Method · 0.80
newMapMethod · 0.80
newMapMethod · 0.80
newMapMethod · 0.80
newMapMethod · 0.80
newMapMethod · 0.80
newMapMethod · 0.80
newBTreeMapMethod · 0.80
newBTreeMapMethod · 0.80
testLongMethod · 0.80
testStringMethod · 0.80
testMethod · 0.80

Calls 3

valuesMethod · 0.80
keySetMethod · 0.45
entrySetMethod · 0.45

Tested by

no test coverage detected