JAVA 集合(1) List · Vector:執行緒安全(同步),但速度慢,已被 ArrayList替代 · ArrayList:執行緒不安全(不同步),查詢速度快,但增加刪除慢,使用陣列 ...
確定! 回上一頁