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