Warning: session_start(): open(/var/lib/php/sessions/sess_b0h0h9qvfh77nsefcd8rhgdaom, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static Map> lcRenumberTopLevelEncodings(LineCompCompressor lc) {
ret lcRenumberTopLevelEncodings(lc.finalEncodings);
}
static Map> lcRenumberTopLevelEncodings(Map> encodings) {
new LinkedHashMap> out;
new Map map;
for (S file, L l : encodings) {
new L l2;
for (int i : l) {
Int j = map.get(i);
if (j == null)
map.put(i, j = l(map)+1);
l2.add(j);
}
out.put(file, l2);
}
ret out;
}