|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Stack
Simple Stack: supports add and remove at top.
| Method Summary | |
|---|---|
long |
height()
Deprecated. Number of items in the Stack. |
boolean |
isEmpty()
Deprecated. |
java.lang.Object |
peek()
Deprecated. |
java.lang.Object |
pop()
Deprecated. Remove and return item from top of Stack |
void |
push(java.lang.Object object)
Deprecated. Add object to top of Stack |
void |
release()
Deprecated. Release any OS resources, if necessary. |
| Method Detail |
|---|
void push(java.lang.Object object)
object - java.lang.Object pop()
java.lang.Object peek()
long height()
void release()
boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||