花费 5 ms
第四章 四种List实现类的对比总结

1、ArrayList 非线程安全 基于对象数组 get(int index)不需要遍历数组,速度快; iterator()方法中调用了get(int index),所以速度也快 ...

Wed Jan 06 23:52:00 CST 2016 0 7044

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM