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:162–164 ·
view source on GitHub ↗
(int sz)
Source
from the content-addressed store, hash-verified
160
@Override
161
public
long getAsLong() {
return
get(); }
162
public
long[] array(
int
sz) {
163
return
primitive(
new
Long().array(sz));
164
}
165
}
166
class
Float
167
implements Supplier<java.lang.Float> {
Callers
nothing calls this directly
Calls
2
primitive
Method · 0.80
array
Method · 0.45
Tested by
no test coverage detected