ArrayList的add(int index, Object)方法,不是将index覆盖,而是在index出插入一个对象
public HashMap(Map<? extends K,? extends V> m)Constructs a new HashMap with the same mappings as the specified Map. The HashMap is created with default load factor (0.75) and an initial capacity sufficient to hold the mappings in the specified Map.