Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ f
Method
f
arrays/ParameterizedArrayType.java:11–11 ·
view source on GitHub ↗
(T[] arg)
Source
from the content-addressed store, hash-verified
9
10
class
MethodParameter {
11
public
static
<T> T[] f(T[] arg) {
return
arg; }
12
}
13
14
public
class
ParameterizedArrayType {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected