У меня есть класс, скажем, например public class Item { int price; String name; // getters and...
public static <T> List<T> repeat(T contents, int length) { List<T> list = new...