Arrays.fill(Object[ ] arr, Object obj);

向数组中传送一个相同对象。

Arrays.fill(int[ ] arr, int value);

向数组中传送一个相同value。

相关文章: