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