Warning: session_start(): open(/var/lib/php/sessions/sess_5i5l51ba56d0m9abr0813p8rd0, 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
// TODO: base on AbstractList to speed up subList().clear() // Note: We just assume the wrapped list is RandomAccess; // technically we should have 2 separate classes. abstract sclass NotifyingList extends NotifyingCollection is L, RandomAccess { L list; *() {} // for persistence *(List *list) { super(list); } public L subList(int i, int j) { throw todo(); } protected void setInnerList(L list) { c = this.list = list; } void init { list = new L; } !include #1012666 }