static S getClassName(O o) { ret o == null ? "null" : o.getClass().getName(); }