public class IntegerStack extends IntegerList
Constructor | Description |
---|---|
IntegerStack() |
|
IntegerStack(int capacity) |
|
IntegerStack(IntegerStack list) |
Modifier and Type | Method | 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, trimToSize
public IntegerStack()
public IntegerStack(int capacity)
public IntegerStack(IntegerStack list)
Copyright © 1992–2018 ANTLR. All rights reserved.