|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.simonstl.ool.StartStack
This class maintains a stack
Version 0.02 added the size() method.
Constructor Summary | |
StartStack()
|
Method Summary | |
void |
clear()
|
StartTag |
peek()
|
StartTag |
peekBottom()
|
StartTag |
pop()
|
StartTag |
popBottom()
|
void |
push(StartTag tag)
|
void |
pushBottom(StartTag tag)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StartStack()
Method Detail |
public void push(StartTag tag)
public StartTag pop()
public StartTag peek()
public StartTag popBottom()
public StartTag peekBottom()
public void pushBottom(StartTag tag)
public void clear()
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |