Package org.robolectric.util
Class SoftThreadLocal<T>
- java.lang.Object
-
- org.robolectric.util.SoftThreadLocal<T>
-
- Type Parameters:
T
- The referent to track.
public abstract class SoftThreadLocal<T> extends Object
Soft reference to ajava.lang.ThreadLocal
.
-
-
Constructor Summary
Constructors Constructor Description SoftThreadLocal()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract T
create()
T
get()
void
set(T item)
-