javaSE所學知識點總結

一:經常使用API數組

1,BigDecimal精確計算,使用字符串構造方法.加add減subtract乘multiply除dividedom

2,Math運算,random隨機0到1 ,round四捨五入ide

3,System,   exit終止當前的虛擬機,currentTimeMillis當前時間毫秒值索引

二:集合接口

單列collection:1,list接口,可重複,有索引,實現類ArrayList底層數組,加載因子0.75,Linkedlist底層鏈表    2,set接口,不可重複,無索引,TreeSet紅黑樹,HashSet哈希表ip

雙列map:1HashMap,2treemapci

相關文章
相關標籤/搜索