static Map lcEncodingsAsStringLists(LineCompCompressor lc) { ret mapValues(lc.finalEncodings, l -> map(l, i -> lc.itemToString(i))); }