java.util.Collection extends Iterable 实现了内部类Iterator
iterator的remove要在next之后用,会删除next返回的那个节点
交并差,集合操作:https://www.cnblogs.com/qlqwjy/p/9812919.html