public final class LongStack extends Object
LongStack()
LongStack(int size)
long
peek()
pop()
void
push(long newValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LongStack()
public LongStack(int size)
public void push(long newValue)
public long pop()
public long peek()