static ThreadLocal initializedThreadLocal(Class c) { ret new ThreadLocal() { public A initialValue() { ret nuInstance(c); } }; }