static L ai_withoutInvalidNodes(Collection l) { L x = null; if (l != null) for (WebNode n : l) if (!ai_isInvalidWeb(n.web)) (x = initList(x)).add(n); ret or(x, l); }