static L> web_dropEmptyRelations(Web web) { L> l = new L; Iterator i = values(web.relations); while (i.hasNext()) if (empty(i.next().labels)) i.remove(); }