Class CopyOnInheritThreadLocal


  • public class CopyOnInheritThreadLocal
    extends java.lang.InheritableThreadLocal<java.util.HashMap<java.lang.String,​java.lang.String>>
    This class extends InheritableThreadLocal so that children threads get a copy of the parent's hashmap.
    • Method Summary

      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CopyOnInheritThreadLocal

        public CopyOnInheritThreadLocal()