public class IntegerStack extends IntegerList
| Constructor and Description |
|---|
IntegerStack() |
IntegerStack(int capacity) |
IntegerStack(IntegerStack list) |
| Modifier and Type | Method and Description |
|---|---|
int |
peek() |
int |
pop() |
void |
push(int value) |
add, addAll, addAll, addAll, binarySearch, binarySearch, clear, contains, equals, get, hashCode, isEmpty, removeAt, removeRange, set, size, sort, toArray, toString, trimToSizepublic IntegerStack()
public IntegerStack(int capacity)
public IntegerStack(IntegerStack list)