static long web_countNodes(Collection webs) { long n = 0; if (webs != null) for (Web web : webs) n += l(web_nodesWithoutRelations(web)); ret n; }