@994495jj
2017-11-24T10:17:36.000000Z
字数 519
阅读 770
==
java 201711
List<String> strList = new ArrayList<String>(); List:接口ArrayList:实现类List<String> strList = new ArrayList<>();Map<String, Integer> scores = new HashMap<String, Integer>();Map<String, Integer> scores = new HashMap<>();C<T1> x; C<T2> y; x.getClass()==y.getClass() 的值为trueCollection<String> Numbers = new Vector<String>();Vector<E> 类HashSet<String> h = new HashSet<String>();Map<K, V> 接口TreeSet TreeMap 有序Stack LinkedList