Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ asAry
Method
asAry
chapter19/src/main/java/com/seaofnodes/simple/Ary.java:159–159 ·
view source on GitHub ↗
@return compact array version
()
Source
from the content-addressed store, hash-verified
157
158
/** @
return
compact array version */
159
public
E[] asAry() {
return
Arrays.copyOf(_es,_len); }
160
161
/** Sorts in-place
162
* @param c Comparator to sort by */
Callers
5
parseStruct
Method · 0.95
typeFunPtr
Method · 0.95
func
Method · 0.95
functionCall
Method · 0.95
Node
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected