摘要: 1 Vector基础实现为数组 object[] synchronized线程安全 2 扩容使用 System.arraycopy(original, 0, copy, 0,Math.min(original.length, newLength)); native方法 3 add elementDa 阅读全文
posted @ 2016-05-25 15:47 穿林度水 阅读(181) 评论(0) 推荐(0)