MCPcopy 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
10class MethodParameter {
11 public static <T> T[] f(T[] arg) { return arg; }
12}
13
14public class ParameterizedArrayType {

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected