Class CopyOnInheritThreadLocal


  • public class CopyOnInheritThreadLocal
    extends InheritableThreadLocal<HashMap<String,​String>>
    This class extends InheritableThreadLocal so that children threads get a copy of the parent's hashmap.
    Author:
    Ceki Gülcü