static L listWithoutSet(Collection l, Collection stuff) { ret listMinusSet(l, stuff); }