|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttest.ArrayListStack
Field Summary | |
private int |
depth
|
private int |
incrdepth
|
private int |
inidepth
|
private int |
maxdepth
|
(package private) java.util.ArrayList |
stack
|
Constructor Summary | |
ArrayListStack()
|
|
ArrayListStack(int inidepth)
|
|
ArrayListStack(int inidepth,
int incrdepth)
|
Method Summary | |
boolean |
empty()
|
java.lang.Object |
pop()
|
void |
push(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int inidepth
private int incrdepth
private int maxdepth
private int depth
java.util.ArrayList stack
Constructor Detail |
public ArrayListStack()
public ArrayListStack(int inidepth)
public ArrayListStack(int inidepth, int incrdepth)
Method Detail |
public void push(java.lang.Object o)
public java.lang.Object pop()
public boolean empty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |