static ThreadLocal newThreadLocal() { ret new ThreadLocal; } static ThreadLocal newThreadLocal(A value) { ret new ThreadLocal(value); }