org.jgroups.util
public class Stack extends List
| Constructor Summary | |
|---|---|
| Stack() | |
| Method Summary | |
|---|---|
| Object | bottom() |
| List | copy() |
| boolean | empty() |
| Object | peek() |
| Object | pop() |
| void | push(Object obj) |
| void | readExternal(ObjectInput in) |
| void | writeExternal(ObjectOutput out) |