Package io.perfmark.impl
Class ConcurrentThreadLocal<T>
- java.lang.Object
-
- io.perfmark.impl.ConcurrentThreadLocal<T>
-
public class ConcurrentThreadLocal<T> extends java.lang.ObjectA "thread local" variable that uses weak refs to track the thread to value mapping. This class is useful whenThreadLocalinstances are inconvenient.Like All classes in this package, this class is not API stable.
-
-
Constructor Summary
Constructors Constructor Description ConcurrentThreadLocal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()protected TinitialValue()voidremove()voidset(T value)
-