static Set allKeys(Iterable> l) { new Set set; fOr (Map map : l) addAll(set, keys(map)); ret set; }