Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
AbstractCollection
com.bea.xml.stream.util.Stack
public final class Stack
extends AbstractCollection
Method Summary | |
boolean |
|
void |
|
Object |
|
boolean |
|
Iterator |
|
Object |
|
Object |
|
void |
|
int |
|
public boolean add(Object o)
public void clear()
public Object clone()
public boolean isEmpty()
public Iterator iterator()
public Object peek()
public Object pop()
public void push(Object o)
public int size()