static L web_verifiedWebsOnly(Collection l) { new L x; if (l != null) for (Web web : l) if (!web.unverified) x.add(web); ret x; }