public class DynamicIntStack
extends java.lang.Object
| Constructor and Description |
|---|
DynamicIntStack(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
pop() |
void |
push(int i) |
void |
reset() |
Copyright © 2017. All Rights Reserved.