public class ThreadLocal<T> extends Object
private static ThreadLocal
TL
ThreadLocal()
static <T> T
getInfo()
static void
remove()
static <T> void
setInfo(T target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private static final ThreadLocal TL
public ThreadLocal()
public static <T> void setInfo(T target)
public static <T> T getInfo()
public static void remove()
Copyright © 2022. All rights reserved.