Interface ReentrantThreadLocal.Scope<U>

Type Parameters:
U - the type contained therein
All Superinterfaces:
AutoCloseable
Enclosing class:
ReentrantThreadLocal<T>

public static interface ReentrantThreadLocal.Scope<U> extends AutoCloseable
The current scope for the ReentrantThreadLocal
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    get()
     
  • Method Details