|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.util.collections.AbstractStack
Field Summary | |
protected StackElement |
top
|
Constructor Summary | |
AbstractStack()
|
Method Summary | |
StackElement |
getTop()
|
boolean |
isEmpty()
|
StackElement |
pop()
|
void |
push(StackElement newElement)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected StackElement top
Constructor Detail |
public AbstractStack()
Method Detail |
public StackElement getTop()
public void push(StackElement newElement)
public StackElement pop()
public boolean isEmpty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |