Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ toArray
Method
toArray
src/main/java/org/mapdb/BTreeMapJava.java:613–614 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
611
}
612
}
613
@Override
614
public
Object[] toArray() {
return
toList(this).toArray(); }
615
@Override
616
public
<T> T[] toArray(T[] a) {
return
toList(this).toArray(a); }
617
}
Callers
nothing calls this directly
Calls
2
toArray
Method · 0.45
toList
Method · 0.45
Tested by
no test coverage detected