Warning: session_start(): open(/var/lib/php/sessions/sess_o1th8dtv0sok05tmju3lmoadug, 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 bool subListContains(L l, int startIndex, int endIndex,
A a) {
if (l == null) false;
int n = l.size();
startIndex = Math.max(0, startIndex);
endIndex = Math.min(n, endIndex);
for (int i = startIndex; i < endIndex; i++)
if (eq(a, l.get(i)))
true;
false;
}