《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
相关文章
相关标签/搜索