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

Method hashMap2

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

Source from the content-addressed store, hash-verified

25 }
26
27 @Test
28 public void hashMap2(){
29 Map m = DBMaker.memoryDB().make().hashMap("aa").create();
30 assertNotNull(m.keySet());
31 assertNotNull(m.entrySet());
32 assertNotNull(m.values());
33 }
34
35 @Test
36 public void treeMap2(){

Callers

nothing calls this directly

Calls 4

hashMapMethod · 0.80
valuesMethod · 0.80
keySetMethod · 0.45
entrySetMethod · 0.45

Tested by

no test coverage detected