Class NDC.Holder

  • Enclosing class:
    NDC

    private static final class NDC.Holder
    extends java.lang.ThreadLocal<NDC.Stack<java.lang.String>>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Holder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected NDC.Stack<java.lang.String> initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

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

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

      • Holder

        private Holder()
    • Method Detail

      • initialValue

        protected NDC.Stack<java.lang.String> initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<NDC.Stack<java.lang.String>>