static L mapsToObjects(Collection l, Class c) { new L out; if (l != null) for (Map map : l) out.add(mapToObject(map, nu(c))); ret out; }