Class ThreadContext.NoOpThreadContextStack

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(java.lang.String ignored)  
      boolean addAll​(java.util.Collection<? extends java.lang.String> ignored)  
      void push​(java.lang.String ignored)
      Pushes an element onto the stack.
      boolean remove​(java.lang.Object ignored)  
      boolean removeAll​(java.util.Collection<?> ignored)  
      boolean retainAll​(java.util.Collection<?> ignored)  
      • Methods inherited from class java.util.AbstractCollection

        contains, isEmpty, toArray, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        contains, isEmpty, parallelStream, removeIf, spliterator, stream, toArray, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Constructor Detail

      • NoOpThreadContextStack

        private NoOpThreadContextStack()
    • Method Detail

      • addAll

        public boolean addAll​(java.util.Collection<? extends java.lang.String> ignored)
        Specified by:
        addAll in interface java.util.Collection<java.lang.String>
        Overrides:
        addAll in class ThreadContext.EmptyThreadContextStack
      • remove

        public boolean remove​(java.lang.Object ignored)
        Specified by:
        remove in interface java.util.Collection<java.lang.String>
        Overrides:
        remove in class java.util.AbstractCollection<java.lang.String>