public class ThreadLocalStorage<T> extends Object
ThreadLocalStorage()
ThreadLocalStorage(boolean inheritable, Supplier<T> supplier)
ThreadLocalStorage(Supplier<T> supplier)
T
get()
void
set(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThreadLocalStorage()
public ThreadLocalStorage(Supplier<T> supplier)
public ThreadLocalStorage(boolean inheritable, Supplier<T> supplier)
public T get()
public void set(T value)
Copyright © 2017. All rights reserved.