static L> listToMapsWithSingleKey(A key, Collection l) { new L> out; for (B b : unnull(l)) out.add(litorderedmap(key, b)); ret out; }