MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / MethodParameter

Class MethodParameter

arrays/ParameterizedArrayType.java:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10class MethodParameter {
11 public static <T> T[] f(T[] arg) { return arg; }
12}
13
14public class ParameterizedArrayType {
15 public static void main(String[] args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected