public final class IntegerLIFOStack extends Object
IntegerLIFOStack(int capacity)
boolean
isEmpty()
int
pop()
void
push(int value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IntegerLIFOStack(int capacity)
public void push(int value)
public boolean isEmpty()
public int pop()
Copyright © 2016 Egothor. All Rights Reserved.