static <A> Set<A> identityHashSet() { ret Collections.newSetFromMap(new IdentityHashMap); }