public class StackThreadLocal<T> extends Object
StackThreadLocal()
T
get()
boolean
isSet()
void
set(T value)
unset()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StackThreadLocal()
public void set(T value)
public void unset()
public T get()
public boolean isSet()
Copyright © 2024 The Apache Software Foundation. All rights reserved.