public class DynamicIntStack

  1. Object
  2. DynamicIntStack

Constructors

public DynamicIntStack(int initialSize)

Methods

public void reset()
public int pop()
public void push(int i)
public int getCount()

Inherited methods

Constructor details

DynamicIntStack

public DynamicIntStack(int initialSize)

Method details

reset

public void reset()

pop

public int pop()

push

public void push(int i)

getCount

public int getCount()