static L getFromAll(Collection> maps, A key) { new L l; if (maps != null) for (Map map : maps) addIfNotNull(l, map.get(key)); ret l; }