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