2015年11月10日

ListIterator-迭代器

摘要: Iterable(lang)-->Iterator(util)-->ListIterator(util) method: 1.void add(E o) 2.boolean hasNext() //正向遍历 3.boolean hasPrvious() //反向遍历 ... 阅读全文

posted @ 2015-11-10 11:36 小小小小小小小码农 阅读(191) 评论(0) 推荐(0) 编辑

导航