public static interface ThreadLocalStack.ThreadLocalStackReference<T>
ThreadLocalStack.push(Object)
is required
to call pop()
to clean up the value (e.g. in a finally block).Modifier and Type | Method and Description |
---|---|
T |
pop() |
T pop()
Copyright © 2016. All Rights Reserved.