public class DefaultedThreadLocal<T> extends java.lang.ThreadLocal<T>
DefaultedThreadLocal(T defaultValue)
T
get()
initialValue, remove, set, withInitial
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultedThreadLocal(T defaultValue)
public T get()
get
java.lang.ThreadLocal<T>