Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ array
Method
array
onjava/Count.java:137–139 ·
view source on GitHub ↗
(int sz)
Source
from the content-addressed store, hash-verified
135
@Override
136
public
int
getAsInt() {
return
get(); }
137
public
int
[] array(
int
sz) {
138
return
primitive(
new
Integer().array(sz));
139
}
140
}
141
class
Long
142
implements Supplier<java.lang.Long> {
Callers
nothing calls this directly
Calls
2
primitive
Method · 0.80
array
Method · 0.45
Tested by
no test coverage detected