Interface ReentrantThreadLocal.Scope<U>

All Superinterfaces:
AutoCloseable
Enclosing class:
ReentrantThreadLocal<T>

public static interface ReentrantThreadLocal.Scope<U> extends AutoCloseable
  • Method Summary

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