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