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()
abstract sclass NotifyingList extends NotifyingCollection implements L {
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;
}
!include #1012666
}