|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluecast.util.LongStack
A stack of native longs.
Constructor Summary | |
LongStack(int initialSize)
|
Method Summary | |
void |
clear()
|
long |
pop()
|
void |
push(long 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 LongStack(int initialSize)
Method Detail |
public long pop()
public void push(long 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 |