static HashSet web_fullTextSet_hash(L l) { new HashSet set; if (l != null) for (WebNode n : l) set.addAll(web_texts(l)); ret set; }