static O collectionMutex(O o) { S c = className(o); if (eq(c, "java.util.TreeMap$KeySet")) o = get(o, 'm); ifdef collectionMutex_debug print("Class name: " + className(o)); endifdef //getOpt(o, 'm); ret o; }