粗犷大树

文章
4
资源
0
加入时间
2年10月17天

List使用Iterator遍历的坑

写法一: Iterator<QcSampleDTO> it = qclist.iterator(); //排除尾箱容器 while (it.hasNext()) { if(it.next().getContainerId().equals(tailDTO.getContainerId()) && it.