Warning: session_start(): open(/var/lib/php/sessions/sess_qi8q0d135s5qlj69a7475ioe7a, 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 Set similarEmptySet(Collection m) {
if (m instanceof TreeSet) ret new TreeSet(((TreeSet) m).comparator());
if (m instanceof LinkedHashSet) ret new LinkedHashSet;
ret new HashSet;
}
static Set similarEmptySet(Map m) {
if (m instanceof TreeMap) ret new TreeSet(((TreeMap) m).comparator());
if (m instanceof LinkedHashMap) ret new LinkedHashSet;
ret new HashSet;
}