class MyTest { static > void print(T collection) { for (var item : collection) { System.out.println(item); } } }