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

Method hashMap

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

Source from the content-addressed store, hash-verified

9public class JavaMethodsTest {
10
11 @Test
12 public void hashMap(){
13 HTreeMap m = DBMaker.memoryDB().make().hashMap("aa").create();
14 assertNotNull(m.keySet());
15 assertNotNull(m.entrySet());
16 assertNotNull(m.values());
17 }
18
19 @Test
20 public void treeMap(){

Callers 11

hashMap2Method · 0.80
closed_getHashMapMethod · 0.80
closed_getNamedMethod · 0.80
closed_putMethod · 0.80
closed_removeMethod · 0.80
closed_closeMethod · 0.80
closed_rollbackMethod · 0.80
closed_commitMethod · 0.80
closed_is_closedMethod · 0.80
testMethod · 0.80
runMethod · 0.80

Calls 3

valuesMethod · 0.80
keySetMethod · 0.45
entrySetMethod · 0.45

Tested by

no test coverage detected