abstract sclass NotifyingSet extends NotifyingCollection implements Set { Set set; *() {} // for persistence *(Set set) { super(set); this.set = set; } }