public class ThreadLocalStack extends Object
Constructor and Description |
---|
ThreadLocalStack() |
Modifier and Type | Method and Description |
---|---|
boolean |
empty() |
Object |
pop() |
void |
push(Object o) |
Object |
top() |
Copyright © 2016. All rights reserved.