public class SimpleIntDeque extends Object
| Constructor and Description |
|---|
SimpleIntDeque() |
SimpleIntDeque(int initSize) |
SimpleIntDeque(int initSize,
float growFactor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
boolean |
isEmpty() |
int |
pop() |
void |
push(int v) |
void |
setGrowFactor(float factor) |
String |
toString() |
Copyright © 2012–2023. All rights reserved.