Warning: session_start(): open(/var/lib/php/sessions/sess_bhu8k7gri9v616t78go0p09g8r, 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 mapToValues_treeMap(Iterable l, O f) {
ret mapToValues_treeMap(f, l);
}
static Map mapLike mapToValues_treeMap(O f, Iterable l) {
new TreeMap map;
if (l != null) for (S o : l)
map.put(o, callF(f, o));
ret map;
}
static Map mapToValues_treeMap(Iterable l, IF1 f) {
ret mapToValues_treeMap(f, l);
}