static L listMinus(Collection l, O... stuff) { L l2 = cloneList(l); for (O o : stuff) l2.remove(o); ret l2; }