拉勾算法突擊特訓(xùn)營(yíng)
2022-12-15 17:19 作者:三國(guó)盡歸許佳琪 | 我要投稿
聲明數(shù)組的時(shí)候,聲明類型改為包裝類型
Integer[] integerArr = {1, 2, 3};List integerList = Arrays.asList(integerArr);System.out.println(integerList.size()); System.out.println(integerList.get(0).getClass());// 3// class java.lang.Integer
作者:陳琰AC
鏈接:https://www.jianshu.com/p/ebaf67828dbc
來(lái)源:簡(jiǎn)書(shū)
著作權(quán)歸作者所有。商業(yè)轉(zhuǎn)載請(qǐng)聯(lián)系作者獲得授權(quán),非商業(yè)轉(zhuǎn)載請(qǐng)注明出處。
標(biāo)簽: