Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ treeMap2
Method
treeMap2
src/test/java/org/mapdb/JavaMethodsTest.java:35–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
@Test
36
public
void
treeMap2(){
37
Map m = DBMaker.memoryDB().make().treeMap(
"aa"
).create();
38
assertNotNull(m.keySet());
39
assertNotNull(m.entrySet());
40
assertNotNull(m.values());
41
}
42
}
Callers
nothing calls this directly
Calls
4
treeMap
Method · 0.80
values
Method · 0.80
keySet
Method · 0.45
entrySet
Method · 0.45
Tested by
no test coverage detected