《Effective Java 01》--泛型List(Object), List(?)和List #尖括號?

## 突然發現這標題裏面的<>貌似被限制了??? 一,集合添加元素 1, 普通集合List public static void main(String[] args) { List<String> strings = new ArrayList<>(); unsafeAdd(strings, new Integer(42)); System.out.println(strings.g
相關文章
相關標籤/搜索