摘要: Collection接口(List、Set、Queue、Stack): Map接口: (1) 增加 1、末尾插入 public boolean add(E e) { ensureCapacity(size + 1); // Increments modCount!! elementData[size 阅读全文
posted @ 2016-03-22 14:15 浮生若云 阅读(304) 评论(0) 推荐(0) 编辑