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, toCharArray, toString, trimToSize
public IntegerStack()
public IntegerStack(int capacity)
public IntegerStack(IntegerStack list)
Copyright © 1992–2021 ANTLR. All rights reserved.