static O collectionMutex(O o) { S c = className(o); if (eq(c, "java.util.TreeMap$KeySet")) ret get(o, 'm); /*if (o instanceof Set && !o instanceof HashSet && !o instanceof TreeSet) ret or(getOpt(o, 'mutex), o);*/ ret o; }