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