public ArrayList(Collection extends E> c)方法的一个注释 c.toArray might (incorrectly) not return Object[]
/** * Constructs a list containing the elements of the specified * collection, in the order the ...