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