abstract sclass NotifyingList extends NotifyingCollection implements L { L list; *() {} // for persistence *(List list) { super(list); this.list = list; } !include #1011344 }