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

ThreadLocal constructor taking Factory<T>

XMLWordPrintable

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

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

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

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

              Created:
              Updated:
              Resolved: