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 © 2017. All rights reserved.