Interface ReentrantThreadLocal.Scope<U>
- Type Parameters:
U
- the type contained therein
- All Superinterfaces:
AutoCloseable
- Enclosing class:
ReentrantThreadLocal<T>
The current scope for the
ReentrantThreadLocal
-
Method Summary
-
Method Details
-
get
U get() -
close
void close()- Specified by:
close
in interfaceAutoCloseable
-