static WeakReference newWeakReference(A a) { ret a == null ? null : new WeakReference(a); }