|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluecast.util.IntStack
A stack of native ints.
Constructor Summary | |
IntStack(int initialSize)
|
Method Summary | |
void |
clear()
|
int |
pop()
|
void |
push(int s)
|
void |
setSize(int newSize)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntStack(int initialSize)
Method Detail |
public int pop()
public void push(int s)
public void setSize(int newSize)
public void clear()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |