static S javaIntern(S s) { ret s == null ? null : s.intern(); }