public class IntegerStack extends Object
IntegerStack(int capacity)
boolean
isEmpty()
int
peek()
pop()
void
push(int value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IntegerStack(int capacity)
public void push(int value)
public int pop()
public int peek()
public boolean isEmpty()
Copyright © 2015. All rights reserved.