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:186–188 ·
view source on GitHub ↗
(int sz)
Source
from the content-addressed store, hash-verified
184
public
float get() {
return
i++; }
185
public
float get(
int
n) {
return
get(); }
186
public
float[] array(
int
sz) {
187
return
primitive(
new
Float().array(sz));
188
}
189
}
190
class
Double
191
implements Supplier<java.lang.Double> {
Callers
nothing calls this directly
Calls
2
primitive
Method · 0.80
array
Method · 0.45
Tested by
no test coverage detected