|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
com.bea.xml.stream.util.Stack
| Constructor Summary | |
Stack()
|
|
Stack(int size)
|
|
| Method Summary | |
boolean |
add(Object o)
|
void |
clear()
|
Object |
clone()
|
boolean |
isEmpty()
|
Iterator |
iterator()
|
Object |
peek()
|
Object |
pop()
|
void |
push(Object o)
|
int |
size()
|
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
equals, hashCode |
| Constructor Detail |
public Stack()
public Stack(int size)
| Method Detail |
public boolean add(Object o)
public void clear()
public boolean isEmpty()
public Iterator iterator()
public Object clone()
public int size()
public void push(Object o)
public Object pop()
public Object peek()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||