不是蔬菜

导航

2018年10月18日 #

Itreatot接口实现类中modCount的作用

摘要: modCount只有在本数据结构对应迭代器中才使用,以HashMap为例: private abstract class HashIterator implements Iterator { Entry next; // next entry to return int expectedModCou 阅读全文

posted @ 2018-10-18 08:32 不是蔬菜 阅读(173) 评论(0) 推荐(0)