Class DinnerPlates
java.lang.Object
g1101_1200.s1172_dinner_plate_stacks.DinnerPlates
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DinnerPlates
public DinnerPlates(int capacity)
-
-
Method Details
-
push
public void push(int val) -
pop
public int pop() -
popAtStack
public int popAtStack(int index)
-