static L> collectionToListOfMaps(Collection l, S name) { new L> l; for (A a : unnull(l)) l.add(litorderedmap(name, a)); } ret l; }