public class ThData<T> extends ThreadLocal<T>
ThData(Supplier<T> def)
static void
clear()
protected T
initialValue()
get, remove, set, withInitial
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThData(Supplier<T> def)
protected T initialValue()
initialValue
ThreadLocal<T>
public static void clear()
Copyright © 2024. All rights reserved.