sbool isWeakHashMap(Map map) { ret unwrapSynchronizedMap(map) instanceof WeakHashMap; }