标签:层遍历 存储 move queue 分析 不能 时间复杂度 复杂度 previous
表是ArrayList,LinkedList,Stack,Queue的抽象定义。我理解为有序的单数据存储。
模拟一个场景,遍历一个LinkedList,将其中存储的数值是偶数的都删除。
ListIterator在Iterator(hasNext,next,remove)的基础上增加了hasPrevious,previous,add,set方法。
标签:层遍历 存储 move queue 分析 不能 时间复杂度 复杂度 previous
原文地址:http://www.cnblogs.com/xiaolang8762400/p/7141185.html