|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.format.dvi.DviStack
DVI stack.
Constructor Summary | |
DviStack()
Create a new object |
Method Summary | |
void |
clear()
Clear the stack. |
boolean |
empty()
Tests if this stack is empty. |
DviValues |
pop()
Removes the DVIValues at the top of this stack and
returns that object as the value of this function. |
DviValues |
push(DviValues item)
Pushes an item onto the top of this stack. |
int |
size()
Returns the size (depth) of the stack. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DviStack()
Method Detail |
public boolean empty()
true
, if this stack is empty.public DviValues pop()
DVIValues
at the top of this stack and
returns that object as the value of this function.
DVIValues
at the top of this stack.public DviValues push(DviValues item)
item
- the item to be pushed onto this stack.
public void clear()
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |