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:483–484 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
481
}
482
}
483
@Override
484
public
Object[] toArray() {
return
toList(this).toArray(); }
485
@Override
486
public
<T> T[] toArray(T[] a) {
return
toList(this).toArray(a); }
487
@Override
Callers
1
toArray
Method · 0.45
Calls
1
toList
Method · 0.45
Tested by
no test coverage detected