static int web_numberOfSharedLabels(WebNode a, WebNode b) { ret l(setIntersection(new HashSet(a.labels), new HashSet(b.labels))); }