sS toStringWithIdentityHashCode(O o) { ret o == null ? "null" : identityHashCode(o) + "@" + o; }