static <A, B> MultiMap<A, B> identityMultiMap() { ret new MultiMap(new IdentityHashMap); }