Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8001665

ThreadLocal constructor taking Factory<T>

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • P4
    • None
    • None
    • core-libs
    • None

    Description

      Add a new constructor to ThreadLocal<T>:
        new ThreadLocal(Factory<T>)

      If the factory is specified, then the initialValue method is ignored.

      Attachments

        Issue Links

          Activity

            People

              briangoetz Brian Goetz
              briangoetz Brian Goetz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: