sS toStringWithShortClassName(O o) { ret o == null ? null : shortClassName(o) + ": " + o; }