static Set setMinusSet_syncOnLatter(Set l, Collection stuff) { if (empty(stuff)) ret l; synchronized(stuff) { ret setMinusSet(l, stuff); } }