static NotifyingSet selfNotifyingSet() { ret new NotifyingSet(new HashSet()) { void change { notifyAll(); } }; }