MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / printItems

Method printItems

Programs/GenClassMethod.java:4–8  ·  view source on GitHub ↗
(T[] arr)

Source from the content-addressed store, hash-verified

2
3public class GenClassMethod {
4 public static <T> void printItems(T[] arr) {
5 for (int i = 0; i < arr.length; i++) {
6 System.out.print(arr[i] + " ");
7 }
8 }
9
10 public static void main(String[] args) {
11 // TODO Auto-generated method stub

Callers 1

mainMethod · 0.95

Calls 1

printMethod · 0.80

Tested by

no test coverage detected