Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ getChildren
Method
getChildren
src/main/java/org/mapdb/BTreeMapJava.java:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
public
long[] getChildren(){
100
return
(long[]) values;
101
}
102
103
104
public
void
verifyNode(GroupSerializer keySerializer, Comparator comparator, GroupSerializer valueSerializer) {
Callers
1
Node
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected