Package org.slf4j.helpers
Class ThreadLocalMapOfStacks
java.lang.Object
org.slf4j.helpers.ThreadLocalMapOfStacks
A simple implementation of ThreadLocal backed Map containing values of type
Deque.
- Since:
- 2.0.0
- Author:
- Ceki Guuml;cü
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ThreadLocalMapOfStacks
public ThreadLocalMapOfStacks()
-
-
Method Details
-
pushByKey
-
popByKey
-
getCopyOfDequeByKey
-
clearDequeByKey
Clear the deque(stack) referenced by 'key'.- Parameters:
key
- identifies the stack- Since:
- 2.0.0
-