Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
hashMap
Method · 0.80
values
Method · 0.80
keySet
Method · 0.45
entrySet
Method · 0.45
Tested by
no test coverage detected