Arrays.toString Arrays.sort Arrays.copyOf Arrays.equals 的用法

1.static String toString(type[] a) 返回包含 a 中數據元素的字符串,這些數據元素被放在括號內,並用逗號分割開。 參數 a       類型爲  int,long,short ,char,byte,boolean,float或double的數組。具體實例如下: 2.static type copyOf (type[] a ,int length ) 具體實例如下:
相關文章
相關標籤/搜索