static L webs_dropIDs(Collection l, Set ids) { new L out; for (Web w : unnull(l)) if (!ids.contains(w.globalID)) out.add(w); ret out; }